Skip to main content
Module

x/cav/mod.ts>EndpointResponse

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

Response type used to ferry the type of the deserialized response to the client from the server. If a server handler doesn't return this type, the response type of the corresponding client call will be "unknown".

Type Parameters

optional
T = unknown

Properties

optional
__cav: { endpointResponse: T; }