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

    Interface CustomFieldSetType

    Values of a SetType Custom Field are sets of values of the specified elementType (without duplicate elements).

    interface CustomFieldSetType {
        elementType: FieldType;
        name: "Set";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    elementType: FieldType

    Field type of the elements in the set.

    name: "Set"