mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class FolderResponse {
|
||||
export class FolderResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
revisionDate: string;
|
||||
@@ -9,6 +9,3 @@ class FolderResponse {
|
||||
this.revisionDate = response.RevisionDate;
|
||||
}
|
||||
}
|
||||
|
||||
export { FolderResponse };
|
||||
(window as any).FolderResponse = FolderResponse;
|
||||
|
||||
Reference in New Issue
Block a user