eolas-db/src/models/graph_node.py
2024-12-29 15:13:49 +00:00

7 lines
87 B
Python

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