SubServiceInvocations<T, Path>: {
    [Key in keyof T]: T[Key] extends ServiceMethod<infer C, infer _R, infer _X>
        ? "/home/runner/work/w3up/w3up/node_modules/.pnpm/@ucanto+interface@10.0.1/node_modules/@ucanto/interface/dist/src/lib".IssuedInvocation<C>
        : SubServiceInvocations<Path, Key & string>
}[keyof T]

Type Parameters

  • T

  • Path extends string

Generated using TypeDoc