Interface INotificationRecord

interface INotificationRecord {
    msg: string;
    receiver: string;
    sender: string;
    time: number;
}

Hierarchy (view full)

Properties

Properties

msg: string
receiver: string
sender: string
time: number