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