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

    Interface AttributeLocalizedEnumType

    Attribute type for localized enum values. Useful for predefined language-specific values selectable in drop-down menus if only one value can be selected. Use AttributeSetType of AttributeLocalizedEnumValue instead if multiple values can be selected.

    interface AttributeLocalizedEnumType {
        name: "lenum";
        values: AttributeLocalizedEnumValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "lenum"

    Available values that can be assigned to Products.