Interface NexusUnreadNotifications

interface NexusUnreadNotifications {
    lastread: string;
    unread: number;
}

Properties

Properties

lastread: string
unread: number