1
0
Fork 0
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:
Fedor Katurov 2023-03-16 16:37:43 +06:00
parent 14bf5be65f
commit d9544e917b
13 changed files with 156 additions and 27 deletions

View file

@ -4,6 +4,7 @@ export interface NotificationItem {
id: number;
url: string;
type: NotificationType;
title: string;
text: string;
user: ShallowUser;
thumbnail: string;