CICD/app/widget/interface.py

8 lines
137 B
Python
Raw Permalink Normal View History

2019-05-18 19:00:13 +02:00
from mypy_extensions import TypedDict
class WidgetInterface(TypedDict, total=False):
widget_id: int
name: str
purpose: str