Skip to main content
Module

x/hono/mod.ts>InferResponseType

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