export interface DateRangeObject { startDate: string; endDate: string; }