Skip to content

Commit 1744d47

Browse files
committed
fix: include SecretState in RooCodeSettings type
This fixes TypeScript error when setting global secret keys
1 parent 017ef1b commit 1744d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/global-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const GLOBAL_SETTINGS_KEYS = globalSettingsSchema.keyof().options
163163

164164
export const rooCodeSettingsSchema = providerSettingsSchema.merge(globalSettingsSchema)
165165

166-
export type RooCodeSettings = GlobalSettings & ProviderSettings
166+
export type RooCodeSettings = GlobalSettings & ProviderSettings & SecretState
167167

168168
/**
169169
* SecretState

0 commit comments

Comments
 (0)