mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-10-31 01:40:20 +00:00 
			
		
		
		
	 a2f9c03a95
			
		
	
	
		a2f9c03a95
		
			
		
	
	
	
	
		
			
			### What problem does this PR solve? fix: Change document status with @tanstack/react-query #13306 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
		
			
				
	
	
		
			6 lines
		
	
	
		
			76 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			76 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare module 'lodash';
 | |
| 
 | |
| declare global {
 | |
|   type Nullable<T> = T | null;
 | |
| }
 |