mirror of
https://github.com/langgenius/dify.git
synced 2025-07-07 17:23:22 +00:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
![]() |
import type { CodeNodeType } from './types'
|
||
|
|
||
|
export const checkNodeValid = (payload: CodeNodeType) => {
|
||
|
return true
|
||
|
}
|