from typing import Optional, TypedDict class ProjectData(TypedDict): project_id: str name: Optional[str]