Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/mod.ts>ValidationTargets

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias ValidationTargets
import { type ValidationTargets } from "https://deno.land/x/hono@v4.1.3/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>; }