ms-toollib 1.4.17 → 1.4.19-alpha

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.
package/ms_toollib.d.ts CHANGED
@@ -445,8 +445,8 @@ export class VideoActionStateRecorder {
445
445
  readonly y: number;
446
446
  readonly mouse: string;
447
447
  readonly useful_level: number;
448
- readonly prior_game_board_id: GameBoard;
449
- readonly next_game_board_id: GameBoard;
448
+ readonly prior_game_board: GameBoard;
449
+ readonly next_game_board: GameBoard;
450
450
  readonly comments: string;
451
451
  readonly path: number;
452
452
  readonly mouse_state: number;