spartaxx.businessmodels 1.0.62 → 1.0.64
Sign up to get free protection for your applications and to get access to all the features.
package/Common/ExcelExport.ts
CHANGED
@@ -10,5 +10,6 @@ export interface ProtestHistory {
|
|
10
10
|
DatasetSelectOperation?: DatasetSelectOperation[];
|
11
11
|
DatasetFilterOperation?: DatasetFilterOperation[];
|
12
12
|
DatasetSortingOperation?: DatasetSortingOperation[];
|
13
|
+
DatasetExportExcelOperation?: DatasetSelectOperation[];
|
13
14
|
ColumnsList: ApiMasterDatasetColumns[];
|
14
15
|
}
|