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) 356 B
import type { ProxiedApp } from '../ProxiedApp'; import type { ISettingsExtend } from '../../definition/accessors'; import type { ISetting } from '../../definition/settings'; export declare class SettingsExtend implements ISettingsExtend { private readonly app; constructor(app: ProxiedApp); provideSetting(setting: ISetting): Promise<void>; }