KeysCopyimport type { Keys } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";A sequence of path-to-regexp keys that match capturing groups. type Keys = Array<Key>;§Type§Array<Key>[src]