import { DateTime } from "luxon"; export interface timelineEntry { event: string; eventDetail?: string; date: DateTime; description?: string; }