From 2b21911d222a7688f86377167e574b326a26308f Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 17 May 2021 19:12:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Export=20types=20from?= =?UTF-8?q?=20`index.ts`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 3223cc5..b1a8978 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,4 @@ export { Auth } from "./auth"; +export { JWT, Session, User } from "./interfaces"; export { Provider } from "./providers"; +export { CallbackResult, Profile } from "./types";