Kind: Type
Source: src/client/types.ts
Part of: Client
Definition
tsT extends ( args: infer R, options: any | undefined ) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never
Kind: Type
Source: src/client/types.ts
Part of: Client
tsT extends ( args: infer R, options: any | undefined ) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never
Was this page helpful?