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