fpt-akainsights-react-native
Version:
React Native Plugin for the akaInsights Javascript SDK
13 lines (12 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionEnum = void 0;
/**
* ENUM: Customer's action on the basket.
*/
var ActionEnum;
(function (ActionEnum) {
ActionEnum["ADD"] = "add";
ActionEnum["REMOVE"] = "remove";
ActionEnum["EMPTY"] = "empty";
})(ActionEnum = exports.ActionEnum || (exports.ActionEnum = {}));