Section: Typing and enums
Typed dict
python
python
from typing import TypedDict
class UserRow(TypedDict):
id: int
name: strLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Typing and enums