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

    Interface CustomFieldsDraft

    The representation used when creating or updating a customizable data type with Custom Fields.

    interface CustomFieldsDraft {
        fields?: FieldContainer;
        type: TypeResourceIdentifier;
    }
    Index

    Properties

    Properties

    Object containing the Custom Fields for the customized resource or data type.

    id or key of the Type.