game_client_logic_deb 1.8.403 → 1.8.404

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -706,6 +706,7 @@ export declare namespace games.jass.logic {
706
706
  interface GameStoreContract {
707
707
  readonly id: string;
708
708
  readonly table: games.jass.logic.data.models.table.JassTable;
709
+ readonly tableOrNull: Nullable<games.jass.logic.data.models.table.JassTable>;
709
710
  readonly isTableExists: boolean;
710
711
  readonly gameLifecycleState: games.jass.logic.data.models.GameLifecycleState;
711
712
  readonly __doNotUseOrImplementIt: {