mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
feat(web): wip query api for notifications
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
export interface NotificationItemProps {
|
||||
id: string;
|
||||
event: string;
|
||||
date: string;
|
||||
title: string;
|
||||
subject: string;
|
||||
message: string;
|
||||
description: string;
|
||||
importance: string;
|
||||
link: string;
|
||||
type: 'success' | 'warning' | 'alert';
|
||||
view: string;
|
||||
}
|
||||
timestamp: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user