Module

x/hono/mod.ts>InferRequestType

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias InferRequestType
import { type InferRequestType } from "https://dotland.deno.dev/x/hono@v3.5.6/mod.ts";
definition: T extends (args: infer R) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never