You've already forked pigallery2
							
							
				mirror of
				https://github.com/bpatrik/pigallery2.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			208 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			208 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import {DirectoryDTO} from '../../../common/entities/DirectoryDTO';
 | |
| 
 | |
| export interface IIndexingManager {
 | |
|   indexDirectory(relativeDirectoryName: string): Promise<DirectoryDTO>;
 | |
| 
 | |
|   resetDB(): Promise<void>;
 | |
| }
 |