from typing import TypedDict class CompanyData(TypedDict): hs_object_id: str name: str