mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05: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',
 | 
						|
};
 |