Interface OperationGetParameters<T, U>

Parameters for the get method of the operations module.

interface OperationGetParameters<T, U extends Operation<T>> {
    config?: GetOperationConfig;
    operation: U;
}

Type Parameters

Properties

Properties

Used to override the default configuration.

operation: U

The operation to be retrieved.