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