Skip to content

ValidationTargets

reference
1 min readUpdated

Kind: Type

Source: src/types.ts

Definition

ts
{ json: any form: Record<string, T | T[]> query: Record<string, string | string[]> param: Record<P, P extends `${infer _}?` ? string | undefined : string> header: Record<RequestHeader | CustomHeader, string> cookie: Record<string, string> }

Was this page helpful?

Download as PDF
ValidationTargets — Hono (narrator proof)