From b968fbab448c39aaabd21251c406f5ca7c0a8f83 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 8 Apr 2026 14:48:29 +0000 Subject: [PATCH] include missing file --- etl/hubspot/company_data.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etl/hubspot/company_data.py diff --git a/etl/hubspot/company_data.py b/etl/hubspot/company_data.py new file mode 100644 index 00000000..13b2ee88 --- /dev/null +++ b/etl/hubspot/company_data.py @@ -0,0 +1,6 @@ +from typing import TypedDict + + +class CompanyData(TypedDict): + hs_object_id: str + name: str