import { CheckboxOption } from '@ieeesa-npm/models'; export interface FiltersAndOptions { [key: string | number]: CheckboxOption[]; }