Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/mod.ts>InferResponseType

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias InferResponseType
import { type InferResponseType } from "https://deno.land/x/hono@v3.8.0-rc.2/mod.ts";
definition: T extends (args: any | undefined, options: any | undefined) => Promise<ClientResponse<infer O>> ? O : never