import { type Route } from "https://dotland.deno.dev/x/oak@v17.1.2/router.ts";
The internal abstraction of a route used by the oak Router
.
Type Parameters
optional
P extends RouteParams<R> = RouteParams<R>optional
S extends State = Record<string, any>Properties
paramNames: (keyof P)[]
The parameters that are identified in the route that will be parsed out on matched requests.