Type Alias TermStatus

Terms status is used determine the status of a term

type TermStatus = {
    type: "draft" | "verified" | "deprecated";
    updatedAt: string;
    updatedBy: string;
}
Index

Properties

type: "draft" | "verified" | "deprecated"
updatedAt: string

Time when the state was changed

updatedBy: string

The unique identifier of the user who last changed the status of the term