Skip to main content
Module

x/hono/mod.ts>InferRequestType

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias InferRequestType
import { type InferRequestType } from "https://deno.land/x/hono@v4.2.7/mod.ts";
definition: T extends (args: infer R, options: any | undefined) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never