pokemon-rogue-battle
    Preparing search index...

    Interface RunEntry

    interface RunEntry {
        entry: SessionSaveData;
        isFavorite: boolean;
        isVictory: boolean;
    }
    Index

    Properties

    entry

    isFavorite: boolean
    isVictory: boolean