This commit is contained in:
2025-06-06 16:54:26 +02:00
parent 8b8fe1402b
commit 8dd92f32b7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mtlsz/common", "name": "@mtlsz/common",
"version": "3.0.5", "version": "3.0.6",
"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

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