# Constants
Fallback represents zero or more path segments of any value that are lower priority than any other path.
Literal is a literal string path segment.
Param represents a single path segment of any (non-empty) value.
Wildcard represents zero or more path segments of any value.
# Type aliases
SegmentType represents the different types of path segments recognized by the parser.