qinlaiqiao 4 лет назад
Родитель
Сommit
caf02369c1
1 измененных файлов с 0 добавлено и 4 удалено
  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;
-}