mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class ErrorResponse {
|
||||
export class ErrorResponse {
|
||||
message: string;
|
||||
validationErrors: { [key: string]: string[]; };
|
||||
statusCode: number;
|
||||
@@ -32,6 +32,3 @@ class ErrorResponse {
|
||||
return this.message;
|
||||
}
|
||||
}
|
||||
|
||||
export { ErrorResponse };
|
||||
(window as any).ErrorResponse = ErrorResponse;
|
||||
|
||||
Reference in New Issue
Block a user