mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
iconPreference column
This commit is contained in:
@@ -297,6 +297,7 @@ export const UserUpdateRequestSchema = z.object({
|
||||
.regex(/[0-9]/, "Password must contain a number")
|
||||
.optional(),
|
||||
avatarURL: z.string().url().nullable().optional(),
|
||||
iconPreference: z.enum(["lucide", "pixel", "phosphor"]).optional(),
|
||||
});
|
||||
|
||||
export type UserUpdateRequest = z.infer<typeof UserUpdateRequestSchema>;
|
||||
|
||||
Reference in New Issue
Block a user