export interface timelineEntry { event: string; eventDetail?: string date: string; description?: string; }