mirror of
https://github.com/langgenius/dify.git
synced 2025-08-11 18:56:48 +00:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import type { StartNodeType } from './types'
|
|
|
|
export const checkNodeValid = (_payload: StartNodeType) => {
|
|
return true
|
|
}
|