@tempots/ui

RouteLiteral type

Represents a literal route.

Signature:

export type RouteLiteral = {
    type: 'literal';
    value: string;
};