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