mirror of
https://github.com/langgenius/dify.git
synced 2026-01-01 19:01:29 -05:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import type { AnswerNodeType } from './types'
|
|
|
|
export const checkNodeValid = (_payload: AnswerNodeType) => {
|
|
return true
|
|
}
|