The creator type attribute of an item.

Export

CreatorType

interface CreatorType {
    Role?: string;
    value?: string;
}

Properties

Properties

Role?: string

The role of the value.

Memberof

CreatorType

value?: string

The value of the attribute.

Memberof

CreatorType