type alias InferRequestTypeimport { type InferRequestType } from "https://dotland.deno.dev/x/hono@v3.7.0-rc.1/client/types.ts"; Type ParametersTdefinition: T extends (args: infer R, options: any | undefined) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never