bitwarden-estensione-browser/src/background/models/notificationQueueMessageTyp...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
107 B
TypeScript
Raw Normal View History

export enum NotificationQueueMessageType {
addLogin = "addLogin",
changePassword = "changePassword",
}