spartaxx.businessmodels 1.0.41 → 1.0.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,6 @@ import { ExportExcelConfig } from "./ExportExcelConfig";
3
3
  export interface ExcelExport {
4
4
  data: any[];
5
5
  columnsList: any[];
6
- filePath: ExportExcelConfig;
6
+ exportExcelConfig: ExportExcelConfig;
7
7
  sheetName?: string;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {