Explorar el Código

feat(types): user

qinlaiqiao hace 5 años
padre
commit
caf02369c1
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      types/src/interface/user.ts

+ 0 - 4
types/src/interface/user.ts

@@ -104,7 +104,3 @@ export interface IUser {
 export interface IRecentUser extends IUser {
   recentDate: number;
 }
-
-export interface ILoginResult {
-  userID: string;
-}