migros-api-wrapper
Version:
Making the api of migros more accessible to the public.
10 lines • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SortFields = void 0;
var SortFields;
(function (SortFields) {
SortFields["CATEGORYLEVEL"] = "categoryLevel";
SortFields["NORMALIZEDUNIT"] = "normalizedUnit";
SortFields["EFFECTIVEUNITPRICE"] = "effectiveUnitPrice";
})(SortFields = exports.SortFields || (exports.SortFields = {}));
//# sourceMappingURL=SortFields.js.map