mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
notifications: added boris notifications
This commit is contained in:
parent
d56bfe968d
commit
2ecda12513
13 changed files with 61 additions and 22 deletions
|
@ -3,6 +3,7 @@ import { NotificationItem } from '~/types/notifications';
|
|||
export interface ApiGetNotificationSettingsResponse {
|
||||
enabled: boolean;
|
||||
flow: boolean;
|
||||
boris: boolean;
|
||||
comments: boolean;
|
||||
send_telegram: boolean;
|
||||
show_indicator: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue