Add todo for rigorous struct-type spec of `SpawnSpec` fields

Tyler Goodlet 2024-04-30 13:01:07 -04:00
parent a2a02c9d0d
commit 2a06dd2d8e
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ class SpawnSpec(
`Aid` msg.
'''
# TODO: similar to the `Start` kwargs spec needed below, we need
# a hard `Struct` def for all of these fields!
_parent_main_data: dict
_runtime_vars: dict[str, Any]