Appearance
DoCurious API Reference / types / NotificationCounts
Interface: NotificationCounts
Defined in: types/notification.types.ts:178
Aggregate notification counts used by the notification bell badge and filter sidebar.
Properties
byCategory
byCategory:
Partial<Record<NotificationCategory,number>>
Defined in: types/notification.types.ts:182
Unread count broken down by category (categories with zero unread may be omitted)
total
total:
number
Defined in: types/notification.types.ts:179
unread
unread:
number
Defined in: types/notification.types.ts:180