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