UNPKG

@salla.sa/twilight-components

Version:
18 lines (17 loc) 535 B
/*! * 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 || (OfferType = {})); //# sourceMappingURL=interfaces.js.map