Browse Source

Add googleGeminiBaseUrl to roo-code.d.ts

Matt Rubens 11 months ago
parent
commit
973acf9034
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/exports/roo-code.d.ts

+ 1 - 0
src/exports/roo-code.d.ts

@@ -154,6 +154,7 @@ export type GlobalStateKey =
 	| "openRouterModelInfo"
 	| "openRouterBaseUrl"
 	| "openRouterUseMiddleOutTransform"
+	| "googleGeminiBaseUrl"
 	| "allowedCommands"
 	| "soundEnabled"
 	| "soundVolume"