We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22d5de commit 631f90cCopy full SHA for 631f90c
1 file changed
src/schemas/subscription.ts
@@ -12,7 +12,7 @@ export const RecurringIntervalSchema = z.enum(["MONTH", "QUARTER", "YEAR"]);
12
export const SubscriptionSchema = z.object({
13
id: z.string(),
14
customerId: z.string(),
15
- customerEmail: z.string(),
+ customerEmail: z.string().nullable(),
16
productId: z.string(),
17
amount: z.number(),
18
currency: CurrencySchema,
0 commit comments