Skip to main content
Module

x/hono/types.ts>ValidationTargets

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