Module

x/hono/types.ts>InputToDataByTarget

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias InputToDataByTarget
import { type InputToDataByTarget } from "https://dotland.deno.dev/x/hono@v4.1.5/types.ts";

Type Parameters

T extends Input["out"]
Target extends keyof ValidationTargets
definition: T extends [K in Target]: infer R ? R : never