Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a300380
dify
/
web
/
app
/
components
/
tools
/
labels
/
constant.ts
Severian
initial commit
a8b3f00
3 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
import
type
{
TypeWithI18N
}
from
'@/app/components/header/account-setting/model-provider-page/declarations'
export
type
Label
= {
name
:
string
icon
:
string
label
:
TypeWithI18N
}