@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) • 654 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigurationExtend = void 0;
class ConfigurationExtend {
constructor(http, settings, slashCommands, api, externalComponents, scheduler, ui, videoConfProviders) {
this.http = http;
this.settings = settings;
this.slashCommands = slashCommands;
this.api = api;
this.externalComponents = externalComponents;
this.scheduler = scheduler;
this.ui = ui;
this.videoConfProviders = videoConfProviders;
}
}
exports.ConfigurationExtend = ConfigurationExtend;
//# sourceMappingURL=ConfigurationExtend.js.map
;