feat(SW-207): add expiring points and date when they will expire
This commit is contained in:
@@ -26,7 +26,9 @@ export const getUserSchema = z.object({
|
||||
memberSince: z.string(),
|
||||
membershipType: z.string(),
|
||||
nextLevel: z.string().optional(),
|
||||
pointsExpiryDate: z.string().optional(),
|
||||
pointsRequiredToNextlevel: z.number().optional(),
|
||||
pointsToExpire: z.number().optional(),
|
||||
})
|
||||
),
|
||||
phoneNumber: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user