fix: type

This commit is contained in:
Alex Yang
2026-02-12 20:09:00 +08:00
parent c5c4b070b1
commit 089af53a6d

View File

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