Description

Product attribute data type

interface ProductAttribute {
    attributeId: string;
    value: string | number | boolean | Date | string[];
}

Properties

Properties

attributeId: string
value: string | number | boolean | Date | string[]

Generated using TypeDoc