Skip to content

Type Aliases


types

JSON = dict[str, Any] module-attribute

Serialized = JSON | str | Any | None module-attribute

HTTPResponse = JSON | str | Any | None module-attribute