interface JournalSheetCategoryContext {
    id: string;
    name: string;
}

Properties

Properties

id: string

The category ID.

name: string

The category name.