mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
remove model window assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CollectionResponse } from '../response/collectionResponse';
|
||||
|
||||
class CollectionData {
|
||||
export class CollectionData {
|
||||
id: string;
|
||||
organizationId: string;
|
||||
name: string;
|
||||
@@ -11,6 +11,3 @@ class CollectionData {
|
||||
this.name = response.name;
|
||||
}
|
||||
}
|
||||
|
||||
export { CollectionData };
|
||||
(window as any).CollectionData = CollectionData;
|
||||
|
||||
Reference in New Issue
Block a user