export interface DaterangeCustomPreset extends DateRange { label: string; } export interface DateRange { startDate: Date; endDate: Date; }