OpenFairyGUI API
    Preparing search index...

    Interface GetEventsSnapshot

    interface GetEventsSnapshot {
        currentSequence: number;
        cursorExpired: boolean;
        events: BackendEvent[];
        oldestSequence: number;
    }
    Index
    currentSequence: number
    cursorExpired: boolean
    events: BackendEvent[]
    oldestSequence: number