'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionType = void 0;
var ActionType;
(function (ActionType) {
ActionType[ActionType["GET"] = 1] = "GET";
ActionType[ActionType["SET"] = 2] = "SET";
})(ActionType = exports.ActionType || (exports.ActionType = {}));