export interface IFiltersModel {
    searchText?: string;
}
