export interface AsyncSearchParams { url: string; searchField: string; parentFilterName?: string; httpMethod: string; requestModel: object; }