@appzung/react-native-code-push
Version:
React Native plugin for the CodePush service
22 lines (21 loc) • 635 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Http = exports.DeploymentStatus = void 0;
let Http = exports.Http = void 0;
/**
* Indicates the status of a deployment (after installing and restarting).
*/
let DeploymentStatus = exports.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
;