Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
120 Bytes
import type { HttpNodeType } from './types'
export const checkNodeValid = (payload: HttpNodeType) => {
return true
}