Module

x/hono/client/types.ts>InferRequestOptionsType

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