export interface DataSource { id: number; orgId: number; name: string; typeLogoUrl: string; type: string; }