mirror of
https://github.com/langgenius/dify.git
synced 2025-07-13 20:21:37 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
![]() |
import type { VariableAssignerNodeType } from './types'
|
||
|
|
||
|
export const checkNodeValid = (payload: VariableAssignerNodeType) => {
|
||
|
return true
|
||
|
}
|