Type alias Scores

Scores: {
    opponent1: number;
    opponent2: number;
}

The cumulated scores of the opponents in a match's child games.

Type declaration

  • opponent1: number
  • opponent2: number

Generated using TypeDoc