mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
from typing import TypedDict
|
|
|
|
|
|
class CompanyData(TypedDict):
|
|
hs_object_id: str
|
|
name: str
|