mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 05:37:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			68 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			68 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export type ResponseError = {
 | |
|   code: string;
 | |
|   message: string;
 | |
| };
 | 
