mirror of
https://github.com/langgenius/dify.git
synced 2025-08-12 03:07:15 +00:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import type { EndNodeType } from './types'
|
|
|
|
export const checkNodeValid = (_payload: EndNodeType) => {
|
|
return true
|
|
}
|