Parcourir la source

feat(types): user ILoginResult 更改

qinlaiqiao il y a 5 ans
Parent
commit
0493384290
1 fichiers modifiés avec 1 ajouts et 7 suppressions
  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;
 }