react-native-malwarelytics
Version:
Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.
20 lines (19 loc) • 553 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UpdateType = void 0;
/**
* Info about updates.
*
* The update info contains data about last successes and failures for each [UpdateType].
*/
/** Type of update. */
let UpdateType = exports.UpdateType = /*#__PURE__*/function (UpdateType) {
UpdateType["PARTIAL"] = "PARTIAL";
UpdateType["FULL"] = "FULL";
return UpdateType;
}({});
/** Info about the last successful update. */
/** Info about the last failed update. */
//# sourceMappingURL=UpdateInfo.js.map
;