PokéRogue
    Preparing search index...

    Interface NavigationResult

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

    Properties