feat: export SubscriptionOptions type

This commit is contained in:
ceolinwill
2025-11-22 18:50:18 -03:00
parent 847f01be56
commit 5a932fe7f5

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 };