Files
urbanLifeline/dify/web/app/components/workflow/nodes/start/utils.ts

6 lines
123 B
TypeScript
Raw Normal View History

2025-12-01 17:21:38 +08:00
import type { StartNodeType } from './types'
export const checkNodeValid = (_payload: StartNodeType) => {
return true
}