WildcardCopyimport type { Wildcard } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";A wildcard parameter designed to match multiple segments. interface Wildcard {name: string;type: "wildcard";}§Properties§name: string[src]§type: "wildcard"[src]