Skip to content

InferRequestType

reference
1 min readUpdated

Kind: Type

Source: src/client/types.ts

Part of: Client

Definition

ts
T extends ( args: infer R, options: any | undefined ) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never

Was this page helpful?

Download as PDF
InferRequestType — Hono (narrator proof)