Individual contributor to the creation of an item, such as an author or actor.

Export

ItemContributor

interface ItemContributor {
    role: ItemContributorRole;
    value: string;
}

Properties

Properties

Memberof

ItemContributor

value: string

Name of the contributor, such as Jane Austen.

Memberof

ItemContributor