| Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/search/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/search/search-field-options.js |
export type SearchFieldOptions = {
name: string,
type?: 'string' | 'email',
searchable?: boolean,
system?: boolean,
sort?: number
};