1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Remove dead code (#2510)

This commit is contained in:
Šimon Brandner
2022-07-11 09:46:50 +02:00
committed by GitHub
parent 9a6dccb79b
commit c4f7e4d5aa
4 changed files with 0 additions and 109 deletions

View File

@@ -109,11 +109,6 @@ export interface ISecretStorageKeyInfo {
passphrase: IPassphraseInfo;
}
export interface ISecretStorageKey {
keyId: string;
keyInfo: ISecretStorageKeyInfo;
}
export interface IPassphraseInfo {
algorithm: "m.pbkdf2";
iterations: number;