This commit is contained in:
2025-12-23 14:53:28 +01:00
parent 8774d93f9e
commit b7c8b6d613
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -5,4 +5,5 @@ export interface SingleTournament extends Tournament {
categories: Array<Category>; categories: Array<Category>;
allowedWithoutPartner: boolean; allowedWithoutPartner: boolean;
allowedSimilarEntries: boolean; allowedSimilarEntries: boolean;
isPlayerEntryAllowed: boolean;
} }