export interface FacetsViewModelDto {
    FacetableFieldLabels: string;
    FacetableFieldNames: string[];
    FacetableFieldType: string;
}
