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