Description

Attribute itemGroups

interface AttributeItemGroups {
    categoryIds: string[];
    key: string;
    value: string;
}

Properties

Properties

categoryIds: string[]
key: string
value: string

Generated using TypeDoc