export interface Comment { name: string; article: string; text: string; }