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?