import type { ISource } from './ISource'; export interface IDataSourcesProps { widgetView: string; isDarkTheme: boolean; sources: ISource[]; }