mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
chore: export SubscriptionOptions type (#6220)
This commit is contained in:
@@ -1509,4 +1509,4 @@ export type StripePlugin<O extends StripeOptions> = ReturnType<
|
||||
typeof stripe<O>
|
||||
>;
|
||||
|
||||
export type { Subscription, StripePlan };
|
||||
export type { Subscription, SubscriptionOptions, StripePlan };
|
||||
|
||||
Reference in New Issue
Block a user