update
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user