export interface StilettoUISettings {
    openDialogShortcut: string[];
    openDialogOnBrowserOpen: boolean;
    darkModeEnabled: boolean;
}
