import { type InferRequestType } from "https://deno.land/x/hono@v3.6.0/client/types.ts";
definition: T extends (args: infer R) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never
import { type InferRequestType } from "https://deno.land/x/hono@v3.6.0/client/types.ts";