Co-authored-by: Joel <[email protected]> Co-authored-by: Yeuoly <[email protected]> Co-authored-by: JzoNg <[email protected]> Co-authored-by: StyleZhang <[email protected]> Co-authored-by: jyong <[email protected]> Co-authored-by: nite-knite <[email protected]> Co-authored-by: jyong <[email protected]>
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import type { ToolNodeType } from './types'
|
|
|
|
export const checkNodeValid = (payload: ToolNodeType) => {
|
|
return true
|
|
}
|