Files
dify/web/app/components/workflow/nodes/http/utils.ts
2024-02-27 10:43:11 +08:00

6 lines
120 B
TypeScript

import type { HttpNodeType } from './types'
export const checkNodeValid = (payload: HttpNodeType) => {
return true
}