Skip to content

ToSchema

reference
1 min readUpdated

Kind: Type

Source: src/types.ts

Definition

ts
IsAny<RorO> extends true ? { [K in P]: { [K2 in M as AddDollar<K2>]: { input: AddParam<ExtractInput<I>, P> output: {} outputFormat: ResponseFormat status: StatusCode } } } : [RorO] extends [never] ? {} : [RorO] extends [Promise<void>] ? {} : { [K in P]: { [K2 in M as AddDollar<K2>]: Simplify< { input: AddParam<ExtractInput<I>, P> } & ToSchemaOutput<RorO, I> > } }

Was this page helpful?

Download as PDF
ToSchema — Hono (narrator proof)