Skip to content

Commit

Permalink
Update updateDialog property type in SyncOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Mar 21, 2024
1 parent 6899e68 commit e781f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/react-native-code-push.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface SyncOptions {
* value will enable the dialog with the default strings, and passing an object to this parameter allows enabling the dialog as well as
* overriding one or more of the default strings.
*/
updateDialog?: UpdateDialog;
updateDialog?: UpdateDialog | true;

/**
* The rollback retry mechanism allows the application to attempt to reinstall an update that was previously rolled back (with the restrictions
Expand Down

0 comments on commit e781f01

Please sign in to comment.