Severian's picture
initial commit
a8b3f00
raw
history blame
122 Bytes
import type { StartNodeType } from './types'
export const checkNodeValid = (payload: StartNodeType) => {
return true
}