@squawk
    Preparing search index...

    Interface UnresolvedRouteElement

    A route token that could not be resolved to any known element.

    interface UnresolvedRouteElement {
        raw: string;
        type: "unresolved";
    }
    Index

    Properties

    Properties

    raw: string

    Raw token from the route string.

    type: "unresolved"

    Discriminant for unresolved elements.