Explorar el Código

update user type

AykutSarac hace 2 años
padre
commit
db0536a5e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/typings/altogic.ts

+ 1 - 1
src/typings/altogic.ts

@@ -7,7 +7,7 @@ export interface User {
   profilePicture: string;
   signUpAt: Date;
   lastLoginAt: Date;
-  type: UserType;
+  type: 0 | 1;
 }
 
 export interface Json {