mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-10-31 17:38:30 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			91 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			91 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from typing import Any, Union
 | |
| 
 | |
| OpenAPIResponseType = dict[Union[int, str], dict[str, Any]]
 | 
