UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

8 lines (6 loc) 315 B
"use strict"; 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