Skip to main content
Module

x/cav/mod.ts>RouterShape

A server framework for Deno
Go to Latest
interface RouterShape
Re-export
import { type RouterShape } from "https://deno.land/x/cav@0.0.24/mod.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.