export interface TimelineConfig {
    startDate: Date;
    endDate: Date;
    zoomLevel: number;
}
