mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	feat: 🎸 fix ts error
This commit is contained in:
		@@ -45,6 +45,10 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
 | 
			
		||||
    passwordVerificationSalt: string;
 | 
			
		||||
    passwordDerivedKeySalt: string;
 | 
			
		||||
    encryptedDataKey: string;
 | 
			
		||||
    totpEnabled: boolean;
 | 
			
		||||
    encryptedRecoveryCodes: boolean;
 | 
			
		||||
    userSubjectIdentifierSaved: boolean;
 | 
			
		||||
    oAuthEnabled: boolean;
 | 
			
		||||
 | 
			
		||||
    lastSyncedPull: number;
 | 
			
		||||
    lastSyncedPush: number;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user