interface RoutePart {
    content: string;
    dynamic: boolean;
    spread: boolean;
}

Properties

content: string
dynamic: boolean
spread: boolean