mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:49:11 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export const uuidStub = {
 | |
|   invalid: 'invalid-uuid',
 | |
|   // valid uuid v4
 | |
|   notFound: '00000000-0000-4000-a000-000000000000',
 | |
| };
 |