visual + updates

This commit is contained in:
toni
2026-03-08 11:09:52 +01:00
parent a9ff8517ff
commit 10f4750755
22 changed files with 2009 additions and 2822 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ interface MemberForm {
export interface MemberCreateForm extends Omit<
MemberCreateArgs,
'geburtsdatum'
'geburtsdatum' | 'creationDate'
> {
geburtsdatum: Date | null;
}