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

    Interface AttributePlainEnumValue

    A plain enum value must be unique within the enum, else a DuplicateEnumValues error is returned.

    interface AttributePlainEnumValue {
        key: string;
        label: string;
    }
    Index

    Properties

    Properties

    key: string

    Key of the value used as a programmatic identifier, for example in facets & filters.

    label: string

    Descriptive label of the value.