Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 0683720

Browse files
committed
PR comments on typings
1 parent 04e84b5 commit 0683720

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,15 @@ export interface StatusReport {
198198
*/
199199
status: CodePush.DeploymentStatus;
200200

201+
/**
202+
* The version of the app that was deployed (for a native app upgrade).
203+
*/
204+
appVersion?: string;
205+
201206
/**
202207
* Details of the package that was deployed (or attempted to).
203208
*/
204-
package: Package;
209+
package?: Package;
205210

206211
/**
207212
* Deployment key used when deploying the previous package.

0 commit comments

Comments
 (0)