Your IP : 172.70.127.67


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-selector/src/dialog/
Upload File :
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
};