[MM-47706] Remove exposure of the ipcRenderer methods in the desktop app and only expose specific endpoints (#2387)
This commit is contained in:
10
src/types/settings.ts
Normal file
10
src/types/settings.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
import {CombinedConfig} from './config';
|
||||
|
||||
export type SaveQueueItem = {
|
||||
configType: 'updates' | 'appOptions';
|
||||
key: keyof CombinedConfig;
|
||||
data: CombinedConfig[keyof CombinedConfig];
|
||||
};
|
Reference in New Issue
Block a user