export interface TimeFilterEvent { filterType: string; action: string; queryParams: { timeSelected: string; }; subType: string; }