This commit is contained in:
Matthias Hochmeister
2026-03-13 14:01:06 +01:00
parent 3361f1e28d
commit 7215e7f472
10 changed files with 119 additions and 17 deletions

View File

@@ -73,6 +73,7 @@ export interface MitgliederProfile {
tshirt_groesse: TshirtGroesseEnum | null;
schuhgroesse: string | null;
bemerkungen: string | null;
fdisk_standesbuch_nr: string | null;
bild_url: string | null;
created_at: string;
updated_at: string;