eolas-db/src/models/graph_node.py

8 lines
87 B
Python
Raw Normal View History

2024-12-29 15:13:49 +00:00
from typing import TypedDict
class IGraphNode(TypedDict):
id: str
type: str