Преглед на файлове

refactor(types): interface IBootResult 改变

qinlaiqiao преди 5 години
родител
ревизия
a1fd09d7dd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 {