refactor: add typescript support to project

This commit is contained in:
HD
2022-06-20 17:49:36 +08:00
19 changed files with 382 additions and 156 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ import BASE_URL, { tokenHeader } from "../config";
const whiteList = [
"login",
"register",
"sendMagicLink",
"checkInviteTokenValid",
"sendLoginMagicLink",
"sendRegMagicLink",
"checkMagicTokenValid",
"getGoogleAuthConfig",
"getGithubAuthConfig",
"getSMTPStatus",