- Preparing search index...
- The search index is not available
Go back
RoundNameInfo: { groupType: Exclude<ToI18nKey<GroupType>, "final-group">; roundNumber: number; roundCount: number; fractionOfFinal: number; } | { groupType: "round-robin"; roundNumber: number; roundCount: number; } | { groupType: "final-group"; finalType: ToI18nKey<FinalType>; roundNumber: number; roundCount: number; }
Type declaration
-
groupType: Exclude<ToI18nKey<GroupType>, "final-group">
-
roundNumber: number
-
roundCount: number
-
fractionOfFinal: number
Type declaration
-
groupType: "round-robin"
-
roundNumber: number
-
roundCount: number
Type declaration
-
groupType: "final-group"
-
finalType: ToI18nKey<FinalType>
-
roundNumber: number
-
roundCount: number
Info associated to a round in order to name its header.