@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
10 lines (8 loc) • 633 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlashCommandPreviewItemType = exports.SlashCommandContext = void 0;
const ISlashCommandPreview_1 = require("./ISlashCommandPreview");
Object.defineProperty(exports, "SlashCommandPreviewItemType", { enumerable: true, get: function () { return ISlashCommandPreview_1.SlashCommandPreviewItemType; } });
const SlashCommandContext_1 = require("./SlashCommandContext");
Object.defineProperty(exports, "SlashCommandContext", { enumerable: true, get: function () { return SlashCommandContext_1.SlashCommandContext; } });
//# sourceMappingURL=index.js.map
;