feat: 🎸 Fix option defintions

This commit is contained in:
Jin 2025-03-22 14:43:32 +01:00
parent c3d3ab4330
commit 54a5f8164a

View File

@ -45,11 +45,16 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
passwordVerificationSalt: string;
passwordDerivedKeySalt: string;
encryptedDataKey: string;
hoistedNoteId: string;
// Multi-Factor Authentication
totpEnabled: boolean;
encryptedRecoveryCodes: boolean;
userSubjectIdentifierSaved: boolean;
oAuthEnabled: boolean;
hoistedNoteId: string;
recoveryCodeInitialVector: string;
recoveryCodeSecurityKey: string;
recoveryCodesEncrypted: string;
lastSyncedPull: number;
lastSyncedPush: number;