@itwin/insights-client
Version:
Insights client for the iTwin platform
12 lines • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AggregationPropertyType = void 0;
var AggregationPropertyType;
(function (AggregationPropertyType) {
// eslint-disable-next-line id-blacklist
AggregationPropertyType["Undefined"] = "Undefined";
AggregationPropertyType["GroupBy"] = "GroupBy";
AggregationPropertyType["Count"] = "Count";
AggregationPropertyType["Sum"] = "Sum";
})(AggregationPropertyType || (exports.AggregationPropertyType = AggregationPropertyType = {}));
//# sourceMappingURL=AggregationProperties.js.map