CICD/app/other_api/whatsit/interface.py

8 lines
139 B
Python
Raw Normal View History

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