mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
remove model window assignments
This commit is contained in:
@@ -9,7 +9,7 @@ import { SecureNoteData } from './secureNoteData';
|
||||
|
||||
import { CipherResponse } from '../response/cipherResponse';
|
||||
|
||||
class CipherData {
|
||||
export class CipherData {
|
||||
id: string;
|
||||
organizationId: string;
|
||||
folderId: string;
|
||||
@@ -82,6 +82,3 @@ class CipherData {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { CipherData };
|
||||
(window as any).CipherData = CipherData;
|
||||
|
||||
Reference in New Issue
Block a user