Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ParamData

import type { ParamData } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";
type ParamData = Partial<Record<string, string | string[]>>;

§Type

§
Partial<Record<string, string | string[]>>
[src]