mirror of
https://github.com/ZGCA-Forge/MsgCenterPy.git
synced 2026-02-04 13:25:19 +00:00
Add TypedDict Support (Experimental)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user