@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) • 546 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserType = exports.UserStatusConnection = void 0;
const UserStatusConnection_1 = require("./UserStatusConnection");
Object.defineProperty(exports, "UserStatusConnection", { enumerable: true, get: function () { return UserStatusConnection_1.UserStatusConnection; } });
const UserType_1 = require("./UserType");
Object.defineProperty(exports, "UserType", { enumerable: true, get: function () { return UserType_1.UserType; } });
//# sourceMappingURL=index.js.map
;