Skip to main content
Module

x/hono/types.ts>ValidationTargets

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias ValidationTargets
import { type ValidationTargets } from "https://deno.land/x/hono@v4.2.5/types.ts";
definition: { json: any; form: Record<string, string | File>; query: Record<string, string | string[]>; param: Record<string, string>; header: Record<string, string>; cookie: Record<string, string>; }