UNPKG

@rocket.chat/apps-engine

Version:

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

14 lines (12 loc) 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigurationModify = void 0; class ConfigurationModify { constructor(serverSettings, slashCommands, scheduler) { this.serverSettings = serverSettings; this.slashCommands = slashCommands; this.scheduler = scheduler; } } exports.ConfigurationModify = ConfigurationModify; //# sourceMappingURL=ConfigurationModify.js.map