Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
122 Bytes
import type { StartNodeType } from './types'
export const checkNodeValid = (payload: StartNodeType) => {
return true
}