export interface DashboardSettings { /** * Background color of the dashboard. Currently not supported. */ backgroundColor?: string; /** * Background image of the dashboard. Currently not supported. */ backgroundImage?: string; }