UNPKG

@rocket.chat/apps-engine

Version:

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

9 lines (8 loc) 415 B
import type { IEnvironmentWrite, IServerSettingUpdater, ISettingUpdater } from '../../definition/accessors'; export declare class EnvironmentWrite implements IEnvironmentWrite { private readonly settings; private readonly serverSettings; constructor(settings: ISettingUpdater, serverSettings: IServerSettingUpdater); getSettings(): ISettingUpdater; getServerSettings(): IServerSettingUpdater; }