utils.ts 120 B

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