We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1744d47 commit 7161ce5Copy full SHA for 7161ce5
packages/types/src/global-settings.ts
@@ -163,7 +163,7 @@ export const GLOBAL_SETTINGS_KEYS = globalSettingsSchema.keyof().options
163
164
export const rooCodeSettingsSchema = providerSettingsSchema.merge(globalSettingsSchema)
165
166
-export type RooCodeSettings = GlobalSettings & ProviderSettings & SecretState
+export type RooCodeSettings = GlobalSettings & ProviderSettings
167
168
/**
169
* SecretState
0 commit comments