Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_routing/types/ParamsType.ts>ParamsType

🦕 Routing solution for Deno
Go to Latest
type alias ParamsType
import { type ParamsType } from "https://deno.land/x/allo_routing@v2.0.1/types/ParamsType.ts";
definition: Record<string, string | null>