GroupCopyimport type { Group } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";A set of possible tokens to expand when matching. interface Group {tokens: Token[];type: "group";}§Properties§tokens: Token[][src]§type: "group"[src]