Type alias RoundPositionalInfo

RoundPositionalInfo: {
    roundCount: number;
    roundNumber: number;
}

Positional information about a round.

Type declaration

  • roundCount: number
  • roundNumber: number

Generated using TypeDoc