interface Notification {
    isRead: boolean;
    notificationDate: string;
    notificationId: string;
    notificationTargetUri: string;
    notificationText: string;
    notificationType: string;
}

Properties

isRead: boolean
notificationDate: string
notificationId: string
notificationTargetUri: string
notificationText: string
notificationType: string