Module

x/hono/mod.ts>TypedResponse

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias TypedResponse
import { type TypedResponse } from "https://dotland.deno.dev/x/hono@v3.9.0/mod.ts";

Type Parameters

optional
T = unknown
definition: { response: Response | Promise<Response>; data: T; format: "json"; status: StatusCode; }