Type alias SecretStorageKeyObject

SecretStorageKeyObject: {
    keyId: string;
    keyInfo: ISecretStorageKeyInfo;
}

Type declaration

Generated using TypeDoc