mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Add support for crypto agent (#520)
This commit is contained in:
7
common/src/models/request/cryptoAgentUserKeyRequest.ts
Normal file
7
common/src/models/request/cryptoAgentUserKeyRequest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class CryptoAgentUserKeyRequest {
|
||||
key: string;
|
||||
|
||||
constructor(key: string) {
|
||||
this.key = key;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user