utils.ts 122 B

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