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

    Interface TypeDraft

    interface TypeDraft {
        description?: LocalizedString;
        fieldDefinitions?: FieldDefinition[];
        key: string;
        name: LocalizedString;
        resourceTypeIds: ResourceTypeId[];
    }
    Index

    Properties

    description?: LocalizedString

    Description of the Type.

    fieldDefinitions?: FieldDefinition[]

    Defines Custom Fields.

    key: string

    User-defined unique identifier for the Type.

    Name of the Type.

    resourceTypeIds: ResourceTypeId[]

    Resources and/or data types for which the Type is defined.