From 24162e80d7bf9dfac249eb3d207f2f49ceb288b2 Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Sun, 22 Dec 2024 23:05:45 +0530 Subject: [PATCH] Update index.ts --- packages/adapter-neon/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/adapter-neon/src/index.ts b/packages/adapter-neon/src/index.ts index c78f810f21..570105431a 100644 --- a/packages/adapter-neon/src/index.ts +++ b/packages/adapter-neon/src/index.ts @@ -18,6 +18,7 @@ import type { Adapter, AdapterUser, + AdapterAccount, VerificationToken, AdapterSession, } from "@auth/core/adapters"