export interface IThemeSettings { appearance?: string; application?: string; dashboard?: string; isLocalTheme?: boolean; localTheme?: boolean; fontFamily?: string, }