Module

x/hono/client/types.ts>InferRequestOptionsType

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