Type Alias Glossary

type Glossary = {
    createdAt: string;
    createdBy: string;
    description: string;
    id: string;
    name: string;
    overview: string;
    ownerId: string;
    spaceId: string;
    tags: string[];
    termTemplate: TermTemplate;
    updatedAt: string;
    updatedBy: string;
}
Index

Properties

createdAt: string

Datetime when the glossary was created

createdBy: string

Unique identifier of the user who created the glossary

description: string

Description of the glossary

id: string

Unique identifier of the glossary

name: string

Name of the glossary

overview: string

Overview of the glossary contents

ownerId: string

The unique identifier of the glossary owner

spaceId: string

The unique identifier of the space containing the glossary

tags: string[]

List of tags associated with the glossary.

termTemplate: TermTemplate
updatedAt: string

Datetime when the glossary was updated

updatedBy: string

The unique identifier of the user who last updated the glossary