UNPKG

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.

9 lines 235 B
/** * Apk threat message tyupes. */ export type ApkThreatEventType = "INSTALL" | "UPDATE" | "UNINSTALL"; export interface ApkThreatEvent { type: ApkThreatEventType; payload: any; } //# sourceMappingURL=ApkThreatEvent.d.ts.map