mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
notifications: for nodes
This commit is contained in:
parent
14bf5be65f
commit
d9544e917b
13 changed files with 156 additions and 27 deletions
|
@ -4,6 +4,7 @@ export interface NotificationItem {
|
|||
id: number;
|
||||
url: string;
|
||||
type: NotificationType;
|
||||
title: string;
|
||||
text: string;
|
||||
user: ShallowUser;
|
||||
thumbnail: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue