@medusajs/utils
Version:
Medusa utilities functions shared by Medusa core and Modules
11 lines • 395 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.GeoZoneType = void 0;
var GeoZoneType;
(function (GeoZoneType) {
GeoZoneType["COUNTRY"] = "country";
GeoZoneType["PROVINCE"] = "province";
GeoZoneType["CITY"] = "city";
GeoZoneType["ZIP"] = "zip";
})(GeoZoneType || (exports.GeoZoneType = GeoZoneType = {}));
//# sourceMappingURL=geo-zone.js.map
;