Skip to main content
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://deno.land/x/hono@vv3.5.0-rc.1/mod.ts";
definition: T extends (args: infer R) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never