Skip to content

Commit 2e67606

Browse files
MikhailSuendukovfloydkim
authored andcommitted
Update updateDialog property type in SyncOptions interface (microsoft#2681)
(cherry picked from commit dae22a7)
1 parent ba353e6 commit 2e67606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/react-native-code-push.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export interface SyncOptions {
176176
* value will enable the dialog with the default strings, and passing an object to this parameter allows enabling the dialog as well as
177177
* overriding one or more of the default strings.
178178
*/
179-
updateDialog?: UpdateDialog;
179+
updateDialog?: UpdateDialog | true;
180180

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

0 commit comments

Comments
 (0)