Kaynağa Gözat

feat(types): user ILoginResult 更改

qinlaiqiao 5 yıl önce
ebeveyn
işleme
0493384290
1 değiştirilmiş dosya ile 1 ekleme ve 7 silme
  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;
   recentDate: number;
 }
 }
 
 
-export interface IBootResult {
-  compilation: ICompilation;
-  complete: boolean;
-}
-
 export interface ILoginResult {
 export interface ILoginResult {
-  userInfo: IUser;
-  cptList: ICompilation;
+  userID: string;
 }
 }