🏷️ Export types from index.ts

This commit is contained in:
RaviAnand Mohabir 2021-05-17 19:12:58 +02:00
parent 8de1f5cc42
commit 2b21911d22

View File

@ -1,2 +1,4 @@
export { Auth } from "./auth";
export { JWT, Session, User } from "./interfaces";
export { Provider } from "./providers";
export { CallbackResult, Profile } from "./types";