mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { assetApi } from 'e2e/client/asset-api';
 | 
						|
import { authApi } from 'e2e/client/auth-api';
 | 
						|
import { libraryApi } from 'e2e/client/library-api';
 | 
						|
 | 
						|
export const api = {
 | 
						|
  authApi,
 | 
						|
  assetApi,
 | 
						|
  libraryApi,
 | 
						|
};
 |