export interface ISettingsService { getSettings(): Promise; updateSettings(settings: T): Promise; }