export interface ProductFacet { ID?: string; Name: string; XpPath?: string; ListOrder?: number; MinCount?: number; xp?: TProductFacetXp; }