Преглед изворни кода

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 {