export interface DateRangeChange {
  startDate: Date;
  endDate: Date;
}
