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.
17 lines (14 loc) • 433 B
JavaScript
/**
* Info about updates.
*
* The update info contains data about last successes and failures for each [UpdateType].
*/
/** Type of update. */
export let 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