add new column comment close #13

This commit is contained in:
Adrian Zürcher
2025-11-11 08:09:41 +01:00
parent c7c1b6c7c6
commit 67dee7a746
7 changed files with 34 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ export interface Member {
lastName: string;
birthday?: string;
age?: string;
comment?: string;
address?: string;
town?: string;
zip?: string;