import { ProductFacetXp } from './ProductFacetXp'; export interface MarketplaceProductFacet { xp?: ProductFacetXp; ID?: string; Name?: string; XpPath?: string; ListOrder?: number; MinCount?: number; }