@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
19 lines (17 loc) • 484 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnvironmentWrite = void 0;
class EnvironmentWrite {
constructor(settings, serverSettings) {
this.settings = settings;
this.serverSettings = serverSettings;
}
getSettings() {
return this.settings;
}
getServerSettings() {
return this.serverSettings;
}
}
exports.EnvironmentWrite = EnvironmentWrite;
//# sourceMappingURL=EnvironmentWrite.js.map
;