export interface Article { title: string; path: string; content?: string; showTime?: string; }