UNPKG

wallee

Version:
9 lines (8 loc) 365 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityQueryOrderByType = void 0; var EntityQueryOrderByType; (function (EntityQueryOrderByType) { EntityQueryOrderByType["DESC"] = "DESC"; EntityQueryOrderByType["ASC"] = "ASC"; })(EntityQueryOrderByType || (exports.EntityQueryOrderByType = EntityQueryOrderByType = {}));