@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
11 lines (9 loc) • 556 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIKitIncomingInteractionContainerType = void 0;
var UIKitIncomingInteractionContainerType;
(function (UIKitIncomingInteractionContainerType) {
UIKitIncomingInteractionContainerType["MESSAGE"] = "message";
UIKitIncomingInteractionContainerType["VIEW"] = "view";
})(UIKitIncomingInteractionContainerType || (exports.UIKitIncomingInteractionContainerType = UIKitIncomingInteractionContainerType = {}));
//# sourceMappingURL=UIKitIncomingInteractionContainer.js.map
;