Module

x/hono/types.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/types.ts";

Type Parameters

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