Interface NexusAccountNotifications

interface NexusAccountNotifications {
    date: string;
    id: number;
    msg: string;
    score: number;
    type: NexusTypeNotification;
    url: string;
}

Properties

Properties

date: string
id: number
msg: string
score: number
url: string