Files
2024-11-03 12:51:32 +00:00

4 lines
91 B
Python

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