mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Declare and use types for notificationQueue
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
export default class AddChangePasswordQueueMessage {
|
||||
type: string;
|
||||
import NotificationQueueMessage from "./notificationQueueMessage";
|
||||
|
||||
export default class AddChangePasswordQueueMessage extends NotificationQueueMessage {
|
||||
cipherId: string;
|
||||
newPassword: string;
|
||||
domain: string;
|
||||
tabId: string;
|
||||
expires: Date;
|
||||
wasVaultLocked: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user