Fix type error (#27250)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user