Type Alias SearchFilterBeta

SearchFilter: {
    entity?: Entity;
    imageUrl?: string;
    label?: string;
    query?: QueryDslQueryContainer;
}

Type representing the search filter.