diff --git a/src/crypto-api/index.ts b/src/crypto-api/index.ts index 0b8a870aefe..ea6177f7f85 100644 --- a/src/crypto-api/index.ts +++ b/src/crypto-api/index.ts @@ -974,6 +974,7 @@ export interface CreateSecretStorageOpts { /** * The current key backup object. If passed, * the passphrase and recovery key from this backup will be used. + * @deprecated Not used by the Rust crypto stack. */ keyBackupInfo?: KeyBackupInfo;