| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-selector/src/dialog/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-selector/src/dialog/search-options.js |
import type { FooterOptions } from './footer/footer-content';
export type SearchOptions = {
allowCreateItem?: boolean,
footerOptions?: FooterOptions
};