Product$0: {
    brand?: string;
    bundledProducts?: BundledProduct[];
    currency?: string;
    ean?: string;
    fetchDate?: number;
    id: string;
    imageGroups?: ImageGroup$0[];
    inventories?: Inventory$0[];
    inventory?: Inventory$0;
    longDescription?: string;
    manufacturerName?: string;
    manufacturerSku?: string;
    master?: Master$0;
    minOrderQuantity?: number;
    name?: string;
    options?: Option$0[];
    pageDescription?: string;
    pageKeywords?: string;
    pageTitle?: string;
    price?: number;
    priceMax?: number;
    pricePerUnit?: number;
    pricePerUnitMax?: number;
    priceRanges?: PriceRange[];
    prices?: {} & {
        [key: string]: any;
    };
    primaryCategoryId?: string;
    productLinks?: ProductLink$0[];
    productPromotions?: ProductPromotion[];
    recommendations?: Recommendation$0[];
    setProducts?: Product$0[];
    shortDescription?: string;
    slugUrl?: string;
    stepQuantity?: number;
    tieredPrices?: ProductPriceTable[];
    type?: ProductType$0;
    unit?: string;
    upc?: string;
    validFrom?: any;
    validTo?: any;
    variants?: Variant$0[];
    variationAttributes?: VariationAttribute$0[];
    variationGroups?: VariationGroup$0[];
    variationValues?: {} & {
        [key: string]: any;
    };
} & {
    [key: string]: any;
}