import { CatalogXp } from './CatalogXp'; export interface MarketplaceCatalog { xp?: CatalogXp; ID?: string; Name?: string; Description?: string; }