Files
fastapi-users/fastapi_users/openapi.py
2025-10-25 08:19:03 +02:00

4 lines
78 B
Python

from typing import Any
OpenAPIResponseType = dict[int | str, dict[str, Any]]