mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 04:06:30 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import type { HttpNodeType } from './types'
|
|
|
|
export const checkNodeValid = (payload: HttpNodeType) => {
|
|
return true
|
|
}
|