export interface NewsInterface { type: string title: string expires?: string action: { label: string url: string } }