spartaxx.businessmodels 1.0.65 → 1.0.68

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