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