Skip to content

Commit f76ad21

Browse files
authored
Merge branch 'develop' into enhancement/product-type-fields
2 parents 28707bd + 0c63b1c commit f76ad21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ayon_api/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ class BundleInfoDict(TypedDict):
235235
class BundlesInfoDict(TypedDict):
236236
bundles: list[BundleInfoDict]
237237
productionBundle: str
238+
stagingBundle: str
238239
devBundles: list[str]
239240

240241

0 commit comments

Comments
 (0)