1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

update command

This commit is contained in:
Kyle Spearrin
2018-05-22 14:49:20 -04:00
parent 7b6c4c1bbc
commit 9233d78c2f
3 changed files with 74 additions and 3 deletions

View File

@@ -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';