import { ListFacetValue } from './ListFacetValue'; export interface ListFacet { Name?: string; XpPath?: string; Values?: ListFacetValue[]; xp?: TListFacetXp; }