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

View File

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