shopee-client
Version:
Shoppe Open API Client
12 lines (11 loc) • 521 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var PromotionType;
(function (PromotionType) {
PromotionType["product_promotion"] = "product_promotion";
PromotionType["flash_sale"] = "flash_sale";
PromotionType["add_on_deal_main"] = "add_on_deal_main";
PromotionType["add_on_deal_sub"] = "add_on_deal_sub";
PromotionType["group_by"] = "group_by";
PromotionType["bundle_deal"] = "bundle_deal";
})(PromotionType = exports.PromotionType || (exports.PromotionType = {}));