export interface ISource { name: string; img: string; id: number; }