snack-query-builder
Version:
Query generator for SQL
9 lines • 325 B
JavaScript
;
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