import { SearchPropertyValue } from './SearchPropertyValue'; export interface SearchDynamicWrapper { Fields: string[]; SearchKeyValues: SearchPropertyValue[]; }