Skip to main content
Module

x/hono/client/index.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.0.1/client/index.ts";
definition: T extends () => Promise<ClientResponse<infer O>> ? O : never