auth.provider API
    Preparing search index...

    Interface RouteOrderCycleDetails

    Per A2-β §6.1.

    interface RouteOrderCycleDetails {
        cycle: readonly {
            after?: readonly string[];
            before?: readonly string[];
            id: string;
        }[];
        reason: "route-order-cycle";
    }
    Index

    Properties

    Properties

    cycle: readonly {
        after?: readonly string[];
        before?: readonly string[];
        id: string;
    }[]
    reason: "route-order-cycle"