ParameterCopyimport type { Parameter } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";A parameter designed to match arbitrary text within a segment. interface Parameter {name: string;type: "param";}§Properties§name: string[src]§type: "param"[src]