Skip to main content
Module

x/hono/mod.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.2.6/mod.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>; }