mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
remove model window assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { AttachmentResponse } from '../response/attachmentResponse';
|
||||
|
||||
class AttachmentData {
|
||||
export class AttachmentData {
|
||||
id: string;
|
||||
url: string;
|
||||
fileName: string;
|
||||
@@ -15,6 +15,3 @@ class AttachmentData {
|
||||
this.sizeName = response.sizeName;
|
||||
}
|
||||
}
|
||||
|
||||
export { AttachmentData };
|
||||
(window as any).AttachmentData = AttachmentData;
|
||||
|
||||
Reference in New Issue
Block a user