fix: add claudeCodeStatus/claudeCodeVersion to AppCommandsConfig (TS error)

This commit is contained in:
lucaronin
2026-04-04 16:40:15 +02:00
parent 66a7540f26
commit 2f0be6ea5f

View File

@@ -55,6 +55,8 @@ interface AppCommandsConfig {
vaultCount?: number
mcpStatus?: string
onInstallMcp?: () => void
claudeCodeStatus?: string
claudeCodeVersion?: string
onEmptyTrash?: () => void
trashedCount?: number
onReloadVault?: () => void