UNPKG

@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) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypingScope = void 0; var TypingScope; (function (TypingScope) { TypingScope["Room"] = "room"; })(TypingScope || (exports.TypingScope = TypingScope = {})); //# sourceMappingURL=INotifier.js.map