UNPKG

idea-toolbox

Version:
10 lines (9 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PushNotificationsPlatforms = void 0; var PushNotificationsPlatforms; (function (PushNotificationsPlatforms) { PushNotificationsPlatforms["APNS"] = "APNS"; PushNotificationsPlatforms["APNS_SANDBOX"] = "APNS_SANDBOX"; PushNotificationsPlatforms["FCM"] = "FCM"; })(PushNotificationsPlatforms || (exports.PushNotificationsPlatforms = PushNotificationsPlatforms = {}));