chore: export SubscriptionOptions type (#6220)

This commit is contained in:
Will Ceolin
2025-11-22 19:49:06 -03:00
committed by GitHub
parent a41365ad0f
commit ac73fc48ee

View File

@@ -1509,4 +1509,4 @@ export type StripePlugin<O extends StripeOptions> = ReturnType<
typeof stripe<O>
>;
export type { Subscription, StripePlan };
export type { Subscription, SubscriptionOptions, StripePlan };