mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
remove model window assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CipherType } from '../../enums/cipherType';
|
||||
|
||||
class CipherRequest {
|
||||
export class CipherRequest {
|
||||
type: CipherType;
|
||||
folderId: string;
|
||||
organizationId: string;
|
||||
@@ -84,6 +84,3 @@ class CipherRequest {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { CipherRequest };
|
||||
(window as any).CipherRequest = CipherRequest;
|
||||
|
||||
Reference in New Issue
Block a user