From ea9f40b63fff8a98ccfab7e1f2f51feab3bdf95d Mon Sep 17 00:00:00 2001 From: li Date: Fri, 10 Jul 2026 12:38:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20UserBreakdownParams.request=5F?= =?UTF-8?q?type=20=E7=B1=BB=E5=9E=8B=E4=BB=8E=20number=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20UsageRequestType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/admin/dashboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/admin/dashboard.ts b/frontend/src/api/admin/dashboard.ts index 97c16aa362..ae20d33f8e 100644 --- a/frontend/src/api/admin/dashboard.ts +++ b/frontend/src/api/admin/dashboard.ts @@ -173,7 +173,7 @@ export interface UserBreakdownParams { user_id?: number api_key_id?: number account_id?: number - request_type?: number + request_type?: UsageRequestType stream?: boolean billing_type?: number | null }