Type Alias CreateTerm

type CreateTerm = {
    abbreviation?: string;
    categories?: string[];
    description?: string;
    linksTo?: TermCreateLinksTo[];
    name: string;
    relatedInformation?: string;
    relatesTo?: TermRelatesTo[];
    stewards?: string[];
    tags?: string[];
}
Index

Properties

abbreviation?: string
categories?: string[]

Category Ids that the term belongs to. NOTE! In case of import the string refers to the index of the category in the import document.

description?: string
linksTo?: TermCreateLinksTo[]
name: string
relatedInformation?: string
relatesTo?: TermRelatesTo[]
stewards?: string[]

This list contain the UIDs for the term's stewards

tags?: string[]