Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-model/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/catalog/product-model/src/product-option.js

export type ProductOption = {
	isNew: boolean,
	isSimpleModel: boolean,
	currency: string,
	iblockId?: number,
	productId?: number,
	offerId?: number,
	basePriceId?: number,
	detailPath?: string,
	isSaveable: boolean,
	pricePrecision: number,
	saveableFields: [],
	fields: {},
	storeMap: {},
	isStoreCollectable: boolean,
	skuTree: {},
	imageInfo: {},
	productType?: number,
}