Просмотр исходного кода

feat(types): user ILoginResult 更改

qinlaiqiao 5 лет назад
Родитель
Сommit
0493384290
1 измененных файлов с 1 добавлено и 7 удалено
  1. 1 7
      types/src/interface/user.ts

+ 1 - 7
types/src/interface/user.ts

@@ -113,12 +113,6 @@ export interface IRecentUser extends IUser {
   recentDate: number;
 }
 
-export interface IBootResult {
-  compilation: ICompilation;
-  complete: boolean;
-}
-
 export interface ILoginResult {
-  userInfo: IUser;
-  cptList: ICompilation;
+  userID: string;
 }