export interface IFilterBuilderCmpTarget {
    formComponentAttr: string;
    targetAttr: string;
}
