interface JournalEntryCategoryData {
    _id: null | string;
    _stats: DocumentStats;
    flags: DocumentFlags;
    name: string;
    sort?: number;
}

Properties

_id: null | string

The _id which uniquely identifies this JournalEntryCategory document.

An object of creation and access information.

An object of optional key/value flags

name: string

The name of this JournalEntryCategory.

sort?: number

The numeric sort value which orders this category relative to other categories.