Skip to content

Client

reference
1 min readUpdated

Kind: Type

Source: src/client/types.ts

Part of: Client

Definition

ts
T extends HonoBase<any, infer S, any> ? S extends Record<infer K, Schema> ? K extends string ? PathToChain<Prefix, K, S> : never : never : never

Was this page helpful?

Download as PDF
Client — Hono (narrator proof)