Spaces:
Build error
Build error
File size: 118 Bytes
a8b3f00 |
1 2 3 4 5 6 |
import type { EndNodeType } from './types'
export const checkNodeValid = (payload: EndNodeType) => {
return true
}
|