Skip to main content
Module

x/cav/client.ts>RouterShape

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