export interface TimeFilterItem { label: string; } export interface TimeFilterOptions { label: string; items: TimeFilterItem[]; }