export interface SettingUpdatedMsg {
    key: string;
    value: any;
}
