Skip to content

Commit

Permalink
fix type for srxStorageId attribute into Request model source_files API
Browse files Browse the repository at this point in the history
  • Loading branch information
ayatsyny committed Feb 20, 2023
1 parent 934b4f2 commit e6485c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdin_api/api_resources/source_files/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DocxFileImportOptions(TypedDict):
importNotes: bool
importHiddenSlides: bool
contentSegmentation: bool
srxStorageId: bool
srxStorageId: int


class OtherImportOptions(TypedDict):
Expand Down

0 comments on commit e6485c1

Please sign in to comment.