UNPKG

@salla.sa/twilight-components

Version:
16 lines (15 loc) 488 B
/*! * Crafted with ❤ by Salla */ export var DiscountType; (function (DiscountType) { DiscountType["PERCENTAGE"] = "percentage"; DiscountType["FIXED"] = "fixed"; DiscountType["FREE_PRODUCT"] = "free_product"; })(DiscountType || (DiscountType = {})); export var OfferType; (function (OfferType) { OfferType["PRODUCT_COUNT"] = "products_count"; OfferType["PRODUCT_PURCHASE"] = "order_amount"; })(OfferType || (OfferType = {})); //# sourceMappingURL=interfaces.js.map