type alias Tokenimport { type Token } from "https://deno.land/x/path_to_regexp@v6.3.0/index.ts"; A token is a string (nothing special) or key metadata (capture group). definition: string | Key