This commit is contained in:
Matthias Hochmeister
2026-03-13 14:13:39 +01:00
parent 7215e7f472
commit 3ecae37d72
2 changed files with 3 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ export const SelfUpdateMemberProfileSchema = z.object({
tshirt_groesse: z.enum(TSHIRT_GROESSE_VALUES).optional(),
schuhgroesse: z.string().max(8).optional(),
bild_url: z.string().url().optional(),
fdisk_standesbuch_nr: z.string().max(32).optional(),
});
export type SelfUpdateMemberProfileData = z.infer<typeof SelfUpdateMemberProfileSchema>;