Type alias PartialGameState<T>

PartialGameState<T>: {
    [id: string]: Partial<T> | typeof GAME_STATE_PLAYER_DISCONNECT_SYMBOL;
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc