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