Skip to main content
Module

x/cav/browser.ts>RouterShape

A server framework for Deno
Go to Latest
interface RouterShape
import { type RouterShape } from "https://deno.land/x/cav@0.0.23/browser.ts";

Type constraint for the type parameter of a RouterRequest. The shape describes the client property accesses that would result in a valid endpoint call. The endpoints are specified by their handler definitions.