@salla.sa/twilight-components
Version:
Salla Web Component
20 lines (19 loc) • 636 B
JavaScript
/*!
* Crafted with ❤ by Salla
*/
export var PageType;
(function (PageType) {
PageType["ProductDetail"] = "product.single";
PageType["Cart"] = "cart";
})(PageType || (PageType = {}));
export var OfferType;
(function (OfferType) {
OfferType["Conditional"] = "conditional";
OfferType["PercentageOrFixed"] = "fixed";
OfferType["DiscountsTable"] = "discounts_table";
OfferType["Bank"] = "bank";
OfferType["BuyXGetY"] = "buy_x_get_y";
OfferType["SpecialPrice"] = "special_price";
OfferType["Percentage"] = "percentage";
OfferType["FixedAmount"] = "fixed_amount";
})(OfferType || (OfferType = {}));