| Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-model/src/ |
| 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,
}