mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class KeysResponse {
|
||||
export class KeysResponse {
|
||||
privateKey: string;
|
||||
publicKey: string;
|
||||
|
||||
@@ -7,6 +7,3 @@ class KeysResponse {
|
||||
this.publicKey = response.PublicKey;
|
||||
}
|
||||
}
|
||||
|
||||
export { KeysResponse };
|
||||
(window as any).KeysResponse = KeysResponse;
|
||||
|
||||
Reference in New Issue
Block a user