mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
notification service
This commit is contained in:
14
src/enums/notificationType.ts
Normal file
14
src/enums/notificationType.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export enum NotificationType {
|
||||
SyncCipherUpdate = 0,
|
||||
SyncCipherCreate = 1,
|
||||
SyncLoginDelete = 2,
|
||||
SyncFolderDelete = 3,
|
||||
SyncCiphers = 4,
|
||||
|
||||
SyncVault = 5,
|
||||
SyncOrgKeys = 6,
|
||||
SyncFolderCreate = 7,
|
||||
SyncFolderUpdate = 8,
|
||||
SyncCipherDelete = 9,
|
||||
SyncSettings = 10,
|
||||
}
|
||||
Reference in New Issue
Block a user