mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
fix: type
This commit is contained in:
@@ -36,6 +36,8 @@ declare module "@better-auth/core" {
|
||||
}
|
||||
}
|
||||
|
||||
export type * from "./types";
|
||||
|
||||
export const stripe = <O extends StripeOptions>(options: O) => {
|
||||
const client = options.stripeClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user