소스 검색

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 {