Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dify
/
web
/
app
/
components
/
workflow
/
nodes
/
assigner
/
utils.ts
Severian
initial commit
a8b3f00
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
import
type
{
AssignerNodeType
}
from
'./types'
export
const
checkNodeValid
= (
payload: AssignerNodeType
) => {
return
true
}