diff --git a/ayon_api/typing.py b/ayon_api/typing.py index 68394c046..f8016524f 100644 --- a/ayon_api/typing.py +++ b/ayon_api/typing.py @@ -235,6 +235,7 @@ class BundleInfoDict(TypedDict): class BundlesInfoDict(TypedDict): bundles: list[BundleInfoDict] productionBundle: str + stagingBundle: str devBundles: list[str]