Type alias OperationConstructor<T, K, I, O>

OperationConstructor<T, K, I, O>: { key: string; (input: I): T }

Type Parameters

Type declaration

    • (input: I): T
    • Parameters

      • input: I

      Returns T

  • key: string

Generated using TypeDoc