include missing file

This commit is contained in:
Daniel Roth 2026-04-08 14:48:29 +00:00
parent d6bfef59af
commit b968fbab44

View file

@ -0,0 +1,6 @@
from typing import TypedDict
class CompanyData(TypedDict):
hs_object_id: str
name: str