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