diff --git a/services/web/types/stripe/webhook-event.ts b/services/web/types/stripe/webhook-event.ts index c0c182e047..f0a08284ed 100644 --- a/services/web/types/stripe/webhook-event.ts +++ b/services/web/types/stripe/webhook-event.ts @@ -22,6 +22,7 @@ export type CustomerSubscriptionUpdatedWebhookEvent = { }, ] } + status?: Stripe.Subscription.Status } } }