import { EntityFacet } from '../models/EntityFacet.model'; export interface EntityFacetsResponse { facets: { [key: string]: Array; }; }