UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

18 lines (17 loc) 483 B
"use strict"; export let Http; /** * Indicates the status of a deployment (after installing and restarting). */ export let DeploymentStatus = /*#__PURE__*/function (DeploymentStatus) { /** * The deployment failed (and was rolled back). */ DeploymentStatus["FAILED"] = "DeploymentFailed"; /** * The deployment succeeded. */ DeploymentStatus["SUCCEEDED"] = "DeploymentSucceeded"; return DeploymentStatus; }({}); //# sourceMappingURL=CodePushApiSdk.types.js.map