@itwin/insights-client
Version:
Insights client for the iTwin platform
9 lines • 431 B
JavaScript
export var AggregationPropertyType;
(function (AggregationPropertyType) {
// eslint-disable-next-line id-blacklist
AggregationPropertyType["Undefined"] = "Undefined";
AggregationPropertyType["GroupBy"] = "GroupBy";
AggregationPropertyType["Count"] = "Count";
AggregationPropertyType["Sum"] = "Sum";
})(AggregationPropertyType || (AggregationPropertyType = {}));
//# sourceMappingURL=AggregationProperties.js.map