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

@@ -1,6 +1,6 @@
{
"name": "@mtlsz/common",
"version": "3.4.1",
"version": "3.4.2",
"description": "MTLSZ frontend packages",
"main": "dist/index.ts",
"types": "dist/index.d.ts",

View File

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