UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

10 lines 416 B
"use strict"; 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