feat: RootAPI/Admin/BanEmailAddress

This commit is contained in:
2024-12-22 03:56:12 +00:00
parent 367db15d93
commit 2483a7723f
2 changed files with 64 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@ import { callSammoAPI, extractHttpMethod, GET, POST, type APICallT, type APITail
export type { ValidResponse, InvalidResponse };
const apiRealPath = {
Admin: {
BanEmailAddress: POST as APICallT<{
email: string,
}>
},
Login: {
LoginByID: POST as APICallT<{
username: string,