| Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/entity/ |
| 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 }
};