mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
clean out old models/services
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
class KeysResponse {
|
||||
privateKey: string;
|
||||
publicKey: string;
|
||||
|
||||
constructor(response: any) {
|
||||
this.privateKey = response.PrivateKey;
|
||||
this.publicKey = response.PublicKey;
|
||||
}
|
||||
}
|
||||
|
||||
export { KeysResponse };
|
||||
(window as any).KeysResponse = KeysResponse;
|
||||
Reference in New Issue
Block a user