InferInvocation<T>: T extends ServiceInvocation<infer C>
    ? Invocation<C>
    : never

Type Parameters

Generated using TypeDoc