export type DateDropdownOption = { id: string; label: string; from?: string; to?: string; }; export type DateRangeChangeEvent = { id: string; from?: string; to?: string; };