Skip to content

ExtractSchemaForStatusCode

reference
1 min readUpdated

Kind: Type

Source: src/types.ts

Definition

ts
{ [Path in keyof ExtractSchema<T>]: { [Method in keyof ExtractSchema<T>[Path]]: Extract< ExtractSchema<T>[Path][Method], { status: Status } > } }

Was this page helpful?

Download as PDF
ExtractSchemaForStatusCode — Hono (narrator proof)