Type alias Operation<K, I, O>

Operation<K, I, O>: {
    key: K;
    input: I;
    __output?: O;
}

Type Parameters

  • K extends string

  • I

  • O

Type declaration

  • key: K
  • input: I
  • Optional __output?: O

Generated using TypeDoc