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

    Interface Type

    interface Type {
        createdAt: string;
        createdBy?: CreatedBy;
        description?: LocalizedString;
        fieldDefinitions: FieldDefinition[];
        id: string;
        key: string;
        lastModifiedAt: string;
        lastModifiedBy?: LastModifiedBy;
        name: LocalizedString;
        resourceTypeIds: ResourceTypeId[];
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Date and time (UTC) the Type was initially created.

    createdBy?: CreatedBy

    IDs and references that created the Type.

    description?: LocalizedString

    Description of the Type.

    fieldDefinitions: FieldDefinition[]

    Defines Custom Fields.

    id: string

    Unique identifier of the Type.

    key: string

    User-defined unique identifier of the Type.

    lastModifiedAt: string

    Date and time (UTC) the Type was last updated.

    lastModifiedBy?: LastModifiedBy

    IDs and references that last modified the Type.

    Name of the Type.

    resourceTypeIds: ResourceTypeId[]

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

    version: number

    Current version of the Type.