mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
notifications: added boris notifications
This commit is contained in:
parent
d56bfe968d
commit
2ecda12513
13 changed files with 61 additions and 22 deletions
|
@ -14,11 +14,13 @@ export interface NotificationItem {
|
|||
export enum NotificationType {
|
||||
Node = 'node',
|
||||
Comment = 'comment',
|
||||
Boris = 'boris',
|
||||
}
|
||||
|
||||
export interface NotificationSettings {
|
||||
enabled: boolean;
|
||||
flow: boolean;
|
||||
boris: boolean;
|
||||
comments: boolean;
|
||||
sendTelegram: boolean;
|
||||
showIndicator: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue