From efe8810dff4f114a9adb4208955f8dd8c34e596c Mon Sep 17 00:00:00 2001 From: erio Date: Wed, 25 Feb 2026 22:10:57 +0800 Subject: [PATCH] fix: remove duplicate model_mapping field in GeminiCredentials The field was defined twice (line 563 and 585) due to merge conflict with upstream v0.1.86, causing TypeScript compilation error TS2300. --- frontend/src/types/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/types/index.ts b/frontend/src/types/index.ts index 9a4184c5..a54cfcef 100644 --- a/frontend/src/types/index.ts +++ b/frontend/src/types/index.ts @@ -560,7 +560,6 @@ export interface ProxyQualityCheckResult { export interface GeminiCredentials { // API Key authentication api_key?: string - model_mapping?: Record // OAuth authentication access_token?: string