Chartbreaker
    Preparing search index...

    Interface NavigationResult

    interface NavigationResult {
        committed?: Promise<NavigationHistoryEntry>;
        finished?: Promise<NavigationHistoryEntry>;
    }
    Index
    committed?: Promise<NavigationHistoryEntry>
    finished?: Promise<NavigationHistoryEntry>