Skip to main content
Module

x/hono/mod.ts>TypedResponse

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

Type Parameters

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