Skip to main content
Module

x/hono/client/types.ts>InferResponseType

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
type alias InferResponseType
import { type InferResponseType } from "https://deno.land/x/hono@v3.1.2/client/types.ts";
definition: T extends (args: any | undefined) => Promise<ClientResponse<infer O>> ? O : never