import { SpecValue } from './SpecValue'; export interface MarketplaceVariantXp { SpecCombo?: string; SpecValues?: SpecValue[]; NewID?: string; }