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