CICD/app/other_api/doodad/interface.py
2019-05-18 13:47:47 -04:00

8 lines
137 B
Python

from mypy_extensions import TypedDict
class DoodadInterface(TypedDict, total=False):
doodad_id: int
name: str
purpose: str