1export var BackgroundNotificationResult; 2(function (BackgroundNotificationResult) { 3 BackgroundNotificationResult[BackgroundNotificationResult["NoData"] = 1] = "NoData"; 4 BackgroundNotificationResult[BackgroundNotificationResult["NewData"] = 2] = "NewData"; 5 BackgroundNotificationResult[BackgroundNotificationResult["Failed"] = 3] = "Failed"; 6})(BackgroundNotificationResult || (BackgroundNotificationResult = {})); 7//# sourceMappingURL=BackgroundNotificationTasksModule.types.js.map