Explorar el Código

feat(types): 修改类型

zhangweicheng hace 4 años
padre
commit
823bd13dc2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }
 }