mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00: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',
 | 
						|
};
 |