chore: export SubscriptionOptions type (#6220)

This commit is contained in:
Will Ceolin
2025-11-22 14:49:06 -08:00
committed by GitHub
parent a41365ad0f
commit ac73fc48ee
+1 -1
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 };