Type alias MoveCounters

MoveCounters: {
    black: PlayerMoveCounts;
    white: PlayerMoveCounts;
}

Type declaration