@tempots/ui > RouteLiteral
Represents a literal route.
Signature:
export type RouteLiteral = { type: 'literal'; value: string; };