From c275367d868650dec568715d86bcc9059cf571ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 27 Mar 2026 12:38:04 +0300 Subject: [PATCH] fix: export const Token type --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index 2472f1f..fac88de 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,3 +1,4 @@ export * from './interfaces' export * from './passport.module' export * from './passport.service' +export * from './constants'