mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
include missing file
This commit is contained in:
parent
d6bfef59af
commit
b968fbab44
1 changed files with 6 additions and 0 deletions
6
etl/hubspot/company_data.py
Normal file
6
etl/hubspot/company_data.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from typing import TypedDict
|
||||
|
||||
|
||||
class CompanyData(TypedDict):
|
||||
hs_object_id: str
|
||||
name: str
|
||||
Loading…
Add table
Reference in a new issue