mirror of
https://github.com/bitwarden/jslib
synced 2025-12-15 07:43:45 +00:00
Add getKeyConnectorAlive to ApiService (#543)
This commit is contained in:
@@ -455,4 +455,5 @@ export abstract class ApiService {
|
||||
|
||||
getUserKeyFromKeyConnector: (keyConnectorUrl: string) => Promise<KeyConnectorUserKeyResponse>;
|
||||
postUserKeyToKeyConnector: (keyConnectorUrl: string, request: KeyConnectorUserKeyRequest) => Promise<void>;
|
||||
getKeyConnectorAlive: (keyConnectorUrl: string) => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user