We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GeneratedSecretStorageKey
1 parent c425945 commit a2b27d5Copy full SHA for a2b27d5
src/crypto/api.ts
@@ -19,7 +19,7 @@ import { IKeyBackupInfo } from "./keybackup";
19
import { GeneratedSecretStorageKey } from "../crypto-api";
20
21
/* re-exports for backwards compatibility. */
22
-export { CrossSigningKey, GeneratedSecretStorageKey as IRecoveryKey } from "../crypto-api";
+export type { CrossSigningKey, GeneratedSecretStorageKey as IRecoveryKey } from "../crypto-api";
23
24
export type {
25
ImportRoomKeyProgressData as IImportOpts,
0 commit comments