Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/mod.ts>TypedResponse

A server framework for Deno
Go to Latest
interface TypedResponse
implements Response
Re-export
import { type TypedResponse } from "https://deno.land/x/cav@0.0.8/mod.ts";

A Response, but with an unused type parameter indicating the type of the response body.

Type Parameters

optional
T = unknown

Properties

optional
[_typedResponse]: T