ServiceInvocations<T>: IssuedInvocation<any> & {
    [Key in keyof T]: SubServiceInvocations<T[Key], Key & string>
}[keyof T]

Type Parameters

  • T

Generated using TypeDoc