from typing import TypedDict class AssetError(TypedDict): actual: str expected: list[str] code: str