Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/types.ts>InputToDataByTarget

Ultrafast web framework for the Edges
Very Popular
Go to Latest
type alias InputToDataByTarget
import { type InputToDataByTarget } from "https://deno.land/x/hono@v3.5.7/types.ts";

Type Parameters

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