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

    Interface CustomFieldLocalizedEnumValue

    Defines an allowed value of a CustomFieldLocalizedEnumType field.

    interface CustomFieldLocalizedEnumValue {
        key: string;
        label: LocalizedString;
    }
    Index

    Properties

    Properties

    key: string

    Key of the value used as a programmatic identifier.

    Descriptive localized label of the value.