UNPKG

@chiper-inc/ecommerce-lib

Version:
9 lines (8 loc) 277 B
export declare enum CartEvent { NEWS = "news", PRICE_SCALE_UP = "price-scale-up", BELOW_MIN_QUANTITY = "below-min-quantity", EXCEEDS_MAX_QUANTITY = "exceeds-max-quantity", NOT_MULTIPLE_QUANTITY = "not-multiple-quantity", OUT_OF_STOCK = "out-of-stock" }