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