mirror of
https://github.com/langgenius/dify.git
synced 2025-07-13 12:10:29 +00:00
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
![]() |
import type { TypeWithI18N } from '@/app/components/header/account-setting/model-provider-page/declarations'
|
||
|
export type Label = {
|
||
|
name: string
|
||
|
icon: string
|
||
|
label: TypeWithI18N
|
||
|
}
|