Type Alias Meta

Notifications meta data

type Meta = {
    unreadCount?: number;
}
Index

Properties

Properties

unreadCount?: number

The total number of unread notification.