For example: ```py Movie = TypedDict("Movie", {"name": str, "year": int}) ``` See conformance tests [here](https://shark.fish/typing-conformance-report/typeddicts_alt_syntax.html). Implementing this should also make [this test](https://shark.fish/typing-conformance-report/typeddicts_readonly.html#L36) pass.