dify
This commit is contained in:
7
dify/web/app/components/tools/labels/constant.ts
Normal file
7
dify/web/app/components/tools/labels/constant.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { TypeWithI18N } from '@/app/components/header/account-setting/model-provider-page/declarations'
|
||||
|
||||
export type Label = {
|
||||
name: string
|
||||
label: TypeWithI18N | string
|
||||
icon?: string
|
||||
}
|
||||
Reference in New Issue
Block a user