Skip to content

Commit ecdd63b

Browse files
authored
fix: clarify usage of ignoreFailedUpdates in CodePushOptions (#84)
1 parent 7119839 commit ecdd63b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export interface UpdateCheckResponse {
4848
}
4949

5050
export interface CodePushOptions extends SyncOptions {
51+
/**
52+
* The `ignoreFailedUpdates` option is only available as an option for `CodePush.sync()`.
53+
*/
54+
ignoreFailedUpdates?: never;
5155
/**
5256
* Specifies when you would like to synchronize updates with the CodePush server.
5357
* Defaults to codePush.CheckFrequency.ON_APP_START.

0 commit comments

Comments
 (0)