UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StoreType = void 0; var StoreType; (function (StoreType) { StoreType["OFFLINE"] = "OFFLINE"; })(StoreType = exports.StoreType || (exports.StoreType = {})); //# sourceMappingURL=StoreType.js.map