from typing import Any, Union

OpenAPIResponseType = dict[Union[int, str], dict[str, Any]]
