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.3.2/mod.ts";

Type Parameters

T
optional
U extends StatusCode = StatusCode
definition: InferResponseTypeFromEndpoint<InferEndpointType<T>, U>