export type DateRange = { start_date: string; end_date: string; };