export interface IArticleDTO { title: string; subtitle: string; link: string; image: string; }