interface UnreadNotificationCounts {
    highlight_count?: number;
    notification_count?: number;
}

Properties

highlight_count?: number
notification_count?: number