浏览代码

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 {