DisplayedNotification: {
    notif: NotificationParams;
    remove: (() => void);
    visible: boolean;
}