type alias TypedResponseimport { type TypedResponse } from "https://dotland.deno.dev/x/hono@v3.7.0-rc.1/types.ts"; Type ParametersoptionalT = unknowndefinition: { response: Response | Promise<Response>; data: T; format: "json"; status: StatusCode; }