Type Alias ExportGlossary

type ExportGlossary = {
    categories?: ExportCategory[];
    createdAt?: string;
    createdBy?: string;
    description?: string;
    id?: string;
    name?: string;
    overview?: string;
    ownerId?: string;
    spaceId?: string;
    tags?: string[];
    terms?: ExportTerm[];
    termTemplate?: TermTemplate;
    updatedAt?: string;
    updatedBy?: string;
}
Index

Properties

categories?: ExportCategory[]
createdAt?: string
createdBy?: string
description?: string
id?: string
name?: string
overview?: string
ownerId?: string
spaceId?: string
tags?: string[]
terms?: ExportTerm[]
termTemplate?: TermTemplate
updatedAt?: string
updatedBy?: string

The uid of the user who last updated the glossary