mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
update command
This commit is contained in:
@@ -5,6 +5,7 @@ export class MessageResponse implements BaseResponse {
|
||||
title: string;
|
||||
message: string;
|
||||
raw: string;
|
||||
noColor = false;
|
||||
|
||||
constructor(title: string, message: string) {
|
||||
this.object = 'message';
|
||||
|
||||
Reference in New Issue
Block a user