mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
more stripe changes on frontend
This commit is contained in:
@@ -419,6 +419,7 @@ export const UserResponseSchema = z.object({
|
||||
username: z.string(),
|
||||
avatarURL: z.string().nullable(),
|
||||
iconPreference: z.enum(["lucide", "pixel", "phosphor"]),
|
||||
plan: z.string().nullable().optional(),
|
||||
createdAt: z.string().nullable().optional(),
|
||||
updatedAt: z.string().nullable().optional(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user