Module

x/hono/types.ts>TypedResponse

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias TypedResponse
import { type TypedResponse } from "https://dotland.deno.dev/x/hono@v4.2.6/types.ts";

Type Parameters

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