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

    Interface CustomFieldEnumValue

    Defines an allowed value of a CustomFieldEnumType field.

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

    Properties

    Properties

    key: string

    Key of the value used as a programmatic identifier.

    label: string

    Descriptive label of the value.