UNPKG

snack-query-builder

Version:
9 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Aggregation = void 0; var Aggregation; (function (Aggregation) { Aggregation["and"] = "and"; Aggregation["or"] = "or"; })(Aggregation = exports.Aggregation || (exports.Aggregation = {})); //# sourceMappingURL=aggregation.enum.js.map