Type Alias CreateGlossary

type CreateGlossary = {
    description?: string;
    name: string;
    overview?: string;
    spaceId?: string;
    tags?: string[];
    termTemplate?: TermTemplate;
}
Index

Properties

description?: string

Description of the glossary

name: string

Name of the glossary

overview?: string

Overview of the glossary content

spaceId?: string

Unique unique identifier of the space to contain the glossary

tags?: string[]

List of tags for glossary

termTemplate?: TermTemplate