mirror of
https://github.com/langgenius/dify.git
synced 2025-07-12 03:33:46 +00:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
![]() |
import type { AnswerNodeType } from './types'
|
||
|
|
||
|
export const checkNodeValid = (payload: AnswerNodeType) => {
|
||
|
return true
|
||
|
}
|