UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

12 lines (10 loc) 909 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageProcessingType = exports.MessageActionType = exports.MessageActionButtonsAlignment = void 0; const MessageActionButtonsAlignment_1 = require("./MessageActionButtonsAlignment"); Object.defineProperty(exports, "MessageActionButtonsAlignment", { enumerable: true, get: function () { return MessageActionButtonsAlignment_1.MessageActionButtonsAlignment; } }); const MessageActionType_1 = require("./MessageActionType"); Object.defineProperty(exports, "MessageActionType", { enumerable: true, get: function () { return MessageActionType_1.MessageActionType; } }); const MessageProcessingType_1 = require("./MessageProcessingType"); Object.defineProperty(exports, "MessageProcessingType", { enumerable: true, get: function () { return MessageProcessingType_1.MessageProcessingType; } }); //# sourceMappingURL=index.js.map