spartaxx.businessmodels 1.0.60 → 1.0.62

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