This commit is contained in:
2025-06-06 16:54:26 +02:00
parent 19ec1fa701
commit 40aa20e96f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -9,5 +9,5 @@ export interface Club {
address?: string;
phone?: string;
active: boolean;
hasManager: boolean;
hasManager?: boolean;
}