export interface Article { name: string; link: string; }