There are no type-stubs available for Hubspot.
Where they are available they do return everything that you can imagine.
example:
py file:
from hubspot import HubSpot
mypy run:
error: Skipping analyzing "hubspot": module is installed, but missing library stubs or py.typed marker [import]
return types:

mypy stub file documentation
There are no type-stubs available for Hubspot.
Where they are available they do return everything that you can imagine.
example:
py file:
mypy run:
error: Skipping analyzing "hubspot": module is installed, but missing library stubs or py.typed marker [import]return types:
mypy stub file documentation