UnreadCount

The `UnreadCount` entity.

Definition

TypeScript
interface UnreadCount {
  count: number;
}

Fields

FieldTypeNotes
countnumberrequired — Number of unread notifications for the caller.