Fix type error (#27250)

This commit is contained in:
GuanMu
2025-10-22 13:06:15 +08:00
committed by GitHub
parent 26ff59172e
commit 73e217ab0d
4 changed files with 34 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
import type { TypeWithI18N } from '@/app/components/header/account-setting/model-provider-page/declarations'
export type Label = {
name: string
label: string
label: TypeWithI18N
icon: string
}