@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
14 lines (12 loc) • 428 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextObjectType = void 0;
/**
* @deprecated please prefer the rocket.chat/ui-kit components
*/
var TextObjectType;
(function (TextObjectType) {
TextObjectType["MARKDOWN"] = "mrkdwn";
TextObjectType["PLAINTEXT"] = "plain_text";
})(TextObjectType || (exports.TextObjectType = TextObjectType = {}));
//# sourceMappingURL=Objects.js.map
;