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.
1 parent b6d9323 commit afba9feCopy full SHA for afba9fe
crowdin_api/api_resources/branches/types.py
@@ -24,3 +24,4 @@ class MergeBranchRequest(TypedDict):
24
deleteAfterMerge: Optional[bool]
25
sourceBranchId: int
26
dryRun: Optional[bool]
27
+ acceptSourceChanges: bool
0 commit comments