Type Alias Term

type Term = {
    abbreviation: string;
    categories?: string[];
    createdAt: string;
    createdBy: string;
    description: string;
    glossaryId: string;
    id: string;
    linksTo?: TermLinksTo[];
    name: string;
    relatedInformation: string;
    relatesTo?: TermRelatesTo[];
    revision: number;
    status: TermStatus;
    stewards: string[];
    tags: string[];
    updatedAt: string;
    updatedBy: string;
}
Index

Properties

abbreviation: string
categories?: string[]
createdAt: string
createdBy: string
description: string
glossaryId: string
id: string
linksTo?: TermLinksTo[]
name: string
relatedInformation: string
relatesTo?: TermRelatesTo[]
revision: number
status: TermStatus

Terms status is used determine the status of a term

stewards: string[]

This list contains the UIDs of the terms data stewards.

tags: string[]
updatedAt: string
updatedBy: string

The uid of the user who last updated the term