From 089af53a6db4777fa893ee86a75a8739474d95b4 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Thu, 12 Feb 2026 20:09:00 +0800 Subject: [PATCH] fix: type --- packages/stripe/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/stripe/src/index.ts b/packages/stripe/src/index.ts index 3d5bbccc02..22f66d1381 100644 --- a/packages/stripe/src/index.ts +++ b/packages/stripe/src/index.ts @@ -36,6 +36,8 @@ declare module "@better-auth/core" { } } +export type * from "./types"; + export const stripe = (options: O) => { const client = options.stripeClient;