This commit is contained in:
Matthias Hochmeister
2026-03-13 16:05:48 +01:00
parent bb6438a0b9
commit 602d9fd5b9
4 changed files with 7 additions and 3 deletions

View File

@@ -144,6 +144,7 @@ export interface MemberListItem {
// profile fields (null when no profile exists)
profile_id: string | null;
mitglieds_nr: string | null;
fdisk_standesbuch_nr: string | null;
dienstgrad: DienstgradEnum | null;
funktion: FunktionEnum[];
status: StatusEnum | null;