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