block-obj-builder
Version:
Block object builder
12 lines (11 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionTypes = void 0;
var ActionTypes;
(function (ActionTypes) {
ActionTypes["URL"] = "url";
ActionTypes["PHONE"] = "phone";
ActionTypes["LOCATION"] = "location";
ActionTypes["BLOCK"] = "block";
ActionTypes["EXTENSION"] = "extension";
})(ActionTypes = exports.ActionTypes || (exports.ActionTypes = {}));