import { type InferRequestType } from "https://deno.land/x/hono@v3.12.5/client/types.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@v3.12.5/client/types.ts";