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