export interface UpdatePropertyPayload { settingsKey: string; path: string; value: any; }