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

feat(types): 修改类型

zhangweicheng преди 4 години
родител
ревизия
823bd13dc2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      types/src/interface/project.ts

+ 1 - 0
types/src/interface/project.ts

@@ -359,4 +359,5 @@ export enum ImportStatus {
 export interface IImportLog {
 export interface IImportLog {
   status: ImportStatus;
   status: ImportStatus;
   errorMsg: string;
   errorMsg: string;
+  stack?: any;
 }
 }