wallee
Version:
TypeScript/JavaScript client for wallee
9 lines (8 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntityQueryOrderByType = void 0;
var EntityQueryOrderByType;
(function (EntityQueryOrderByType) {
EntityQueryOrderByType["DESC"] = "DESC";
EntityQueryOrderByType["ASC"] = "ASC";
})(EntityQueryOrderByType || (exports.EntityQueryOrderByType = EntityQueryOrderByType = {}));