Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/entity/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/entity/entity-badge-options.js

import type { ItemBadgeOptions } from '../item/item-badge-options';

export type EntityBadgeOptions = ItemBadgeOptions & {
	conditions?: { [key: string]: any }
};