utils.ts 122 B

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