@@ -52,3 +52,5 @@ final = lambda x: x
# exhaustiveness checking
assert_never = lambda x: x
+
+TypedDict = dict