This commit is contained in:
2025-12-16 10:58:56 +01:00
parent a08414717d
commit 8774d93f9e
2 changed files with 2 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ export interface TeamEntry {
missingMalePlayerCount?: number;
missingFemalePlayerCount?: number;
canAddGuestPlayers: boolean;
remainingGuestsCount?: number;
}