mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
Move to libs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export class KeyConnectorUserKeyRequest {
|
||||
key: string;
|
||||
|
||||
constructor(key: string) {
|
||||
this.key = key;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user