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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mtlsz/common", "name": "@mtlsz/common",
"version": "3.0.4", "version": "3.0.5",
"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,4 +9,5 @@ export interface Club {
address?: string; address?: string;
phone?: string; phone?: string;
active: boolean; active: boolean;
hasManager: boolean;
} }