Module

x/hono/mod.ts>InferResponseType

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias InferResponseType
import { type InferResponseType } from "https://dotland.deno.dev/x/hono@v4.1.5/mod.ts";
definition: T extends (args: any | undefined, options: any | undefined) => Promise<ClientResponse<infer O>> ? O : never