mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AttachmentResponse {
|
||||
export class AttachmentResponse {
|
||||
id: string;
|
||||
url: string;
|
||||
fileName: string;
|
||||
@@ -13,6 +13,3 @@ class AttachmentResponse {
|
||||
this.sizeName = response.SizeName;
|
||||
}
|
||||
}
|
||||
|
||||
export { AttachmentResponse };
|
||||
(window as any).AttachmentResponse = AttachmentResponse;
|
||||
|
||||
Reference in New Issue
Block a user