export interface IDatasources { id: string; canEdit?: boolean; canDelete?: boolean; }