export interface NewsCache { date: string | null content: string | null dismissed: boolean }