import { OptionSelect } from "./option-select.interface"; export interface FilterChange { id: string; value: string | number | OptionSelect; }