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...
8a398ad
dify
/
web
/
app
/
components
/
workflow
/
nodes
/
end
/
utils.ts
Severian
initial commit
a8b3f00
6 months ago
raw
Copy download link
history
blame
118 Bytes
import
type
{
EndNodeType
}
from
'./types'
export
const
checkNodeValid
= (
payload: EndNodeType
) => {
return
true
}