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