We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28707bd + 0c63b1c commit f76ad21Copy full SHA for f76ad21
1 file changed
ayon_api/typing.py
@@ -235,6 +235,7 @@ class BundleInfoDict(TypedDict):
235
class BundlesInfoDict(TypedDict):
236
bundles: list[BundleInfoDict]
237
productionBundle: str
238
+ stagingBundle: str
239
devBundles: list[str]
240
241
0 commit comments