from typing import TypedDict class IGraphNode(TypedDict): id: str type: str