UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

9 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Region = void 0; var Region; (function (Region) { Region["NATIONAL"] = "national"; Region["GMOS"] = "gmos"; })(Region = exports.Region || (exports.Region = {})); //# sourceMappingURL=Region.js.map