mwg API
    Preparing search index...

    Interface EventRunnerState

    interface EventRunnerState {
        answers: Record<string, unknown>;
        game: GameState;
    }
    Index
    answers: Record<string, unknown>

    whatever ask commands have stored, keyed by their store name

    game: GameState