interface IFilters { [key: string]: number | string | Array | Array | IFilters; } export default IFilters;