You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me, event.data.previous_attributes is still typed as Stripe.Event.Data.PreviousAttributes.
I would expect a generic that properly infers Partial from Stripe.SomethingUpdatedEvent.
Otherwise, I'm forced to do it like this: event.data.previous_attributes as Partial<Stripe.Subscription>
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Created from #758 (comment)
@hayksaryan
The text was updated successfully, but these errors were encountered: