type alias ValidationTargetsimport { type ValidationTargets } from "https://dotland.deno.dev/x/hono@v4.2.6/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>; }