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