type Categories = {
    categoryIds?: string[];
    glossaryId?: string;
}
Index
categoryIds?: string[]

The IDs of the categories.

glossaryId?: string

The ID of the glossary that the category belongs to.