Interface ServiceMethod<I, O, X>

Type Parameters

  • I extends Capability

    the Capability type accepted by the handler

  • O

    type returned by the handler on success

  • X extends {
        error: true;
    }

    type returned by the handler on error

Hierarchy

  • ServiceMethod

Generated using TypeDoc