export interface ProductCollection { ID?: string; Name?: string; xp?: TProductCollectionXp; }