import { DaffConfigurableProductEntityAttribute } from '@daffodil/product-configurable/state'
The attributes chosen for a configurable product.
interface DaffConfigurableProductEntityAttribute {
code: string
value: string
}
code string |
---|
The type of attribute. |
value string |
---|
The value chosen for the attribute. |