Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ParamDeclarationsType
import { type ParamDeclarationsType } from "https://deno.land/x/allo_routing@v1.0.1/types/ParamDeclarationsType.ts";
definition: Map<string, { order: number; defaultValue: string | null; expression: RegExp | null; }>