Skip to content

Commit a2b27d5

Browse files
committed
Fix export type GeneratedSecretStorageKey
1 parent c425945 commit a2b27d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { IKeyBackupInfo } from "./keybackup";
1919
import { GeneratedSecretStorageKey } from "../crypto-api";
2020

2121
/* re-exports for backwards compatibility. */
22-
export { CrossSigningKey, GeneratedSecretStorageKey as IRecoveryKey } from "../crypto-api";
22+
export type { CrossSigningKey, GeneratedSecretStorageKey as IRecoveryKey } from "../crypto-api";
2323

2424
export type {
2525
ImportRoomKeyProgressData as IImportOpts,

0 commit comments

Comments
 (0)