@gradientedge/commercetools-utils
    Preparing search index...

    Interface AttributeEnumType

    Attribute type for plain enum values. Useful for predefined language-agnostic values selectable in drop downs when only one value should be selected. Use AttributeSetType of AttributeEnumType instead if multiple values can be selected from the list.

    interface AttributeEnumType {
        name: "enum";
        values: AttributePlainEnumValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "enum"

    Available values that can be assigned to Products.