Module

x/hono/mod.ts>TypedResponse

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias TypedResponse
import { type TypedResponse } from "https://dotland.deno.dev/x/hono@v4.1.5/mod.ts";

Type Parameters

optional
T = unknown
definition: { data: T; format: "json"; }