Linkage between products <-> attributes

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

Properties

Properties

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

Generated using TypeDoc