Interface OperationHandlerInput

interface OperationHandlerInput {
    operation: Operation;
}

Properties

Properties

operation: Operation