UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

27 lines (26 loc) 952 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCDeviceApnsTypeEnum = exports.SCDeviceGcmTypeEnum = exports.SCDeviceTypeEnum = void 0; /** * Typology of device */ var SCDeviceTypeEnum; (function (SCDeviceTypeEnum) { SCDeviceTypeEnum["ANDROID"] = "Android"; SCDeviceTypeEnum["IOS"] = "iOS"; })(SCDeviceTypeEnum = exports.SCDeviceTypeEnum || (exports.SCDeviceTypeEnum = {})); /** * Typology of Google Cloud Message Type */ var SCDeviceGcmTypeEnum; (function (SCDeviceGcmTypeEnum) { SCDeviceGcmTypeEnum["GCM"] = "GCM"; SCDeviceGcmTypeEnum["FCM"] = "FCM"; })(SCDeviceGcmTypeEnum = exports.SCDeviceGcmTypeEnum || (exports.SCDeviceGcmTypeEnum = {})); /** * Typology of Google Cloud Message Type */ var SCDeviceApnsTypeEnum; (function (SCDeviceApnsTypeEnum) { SCDeviceApnsTypeEnum["APNS"] = "APNS"; })(SCDeviceApnsTypeEnum = exports.SCDeviceApnsTypeEnum || (exports.SCDeviceApnsTypeEnum = {}));