mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-28 03:26:13 +08:00
4 lines
78 B
Python
4 lines
78 B
Python
from typing import Any
|
|
|
|
OpenAPIResponseType = dict[int | str, dict[str, Any]]
|