import { type InferRequestType } from "https://deno.land/x/hono@v4.2.8/client/index.ts";
definition: T extends (args: infer R, options: any | undefined) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never
import { type InferRequestType } from "https://deno.land/x/hono@v4.2.8/client/index.ts";