Add TypedDict Support (Experimental)

This commit is contained in:
Xuwznln
2025-11-25 13:24:59 +08:00
parent 58628910f4
commit 31c89ccc26
4 changed files with 380 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ class Properties(TypedDict, total=False):
ros_msg_cls_path: str
ros_msg_cls_namespace: str
json_schema: Dict[str, Any]
typed_dict_class_module: str
typed_dict_class_name: str
class FormatMetadata(TypedDict, total=False):