Skip to main content
Module

x/hono/types.ts>TypedResponse

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias TypedResponse
import { type TypedResponse } from "https://deno.land/x/hono@v3.5.4/types.ts";

Type Parameters

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