Przeglądaj źródła

refactor(types): interface IBootResult 改变

qinlaiqiao 5 lat temu
rodzic
commit
a1fd09d7dd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/user.ts

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

@@ -81,7 +81,7 @@ export interface IRecentUser extends IUser {
 
 export interface IBootResult {
   compilation: ICompilation;
-  path: string;
+  complete: boolean;
 }
 
 export interface ILoginResult {