mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 19:03:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | import type { QuestionClassifierNodeType } from './types' | ||
|  | 
 | ||
|  | export const checkNodeValid = (payload: QuestionClassifierNodeType) => { | ||
|  |   return true | ||
|  | } |