Skip to main content
Module

x/hono/client/types.ts>InferRequestOptionsType

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias InferRequestOptionsType
import { type InferRequestOptionsType } from "https://deno.land/x/hono@v3.11.2/client/types.ts";
definition: T extends (args: any, options: infer R) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never