@sildeswj/common-libraries
Version:
This is common libraries used for all refeed projects
14 lines • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.COUNTRY_TIME_ZONES = exports.COLLECTION_ORDER_MEASURE_OPTIONS = void 0;
exports.COLLECTION_ORDER_MEASURE_OPTIONS = {
KG: 'kg',
CAN: 'can',
PHOTO: 'photo',
};
exports.COUNTRY_TIME_ZONES = {
KR: 'Asia/Seoul',
VN: 'Asia/Ho_Chi_Minh',
US: 'America/New_York',
};
//# sourceMappingURL=constants.js.map