UNPKG

@onesignal/node-onesignal

Version:
45 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomEvent = void 0; class CustomEvent { static getAttributeTypeMap() { return CustomEvent.attributeTypeMap; } constructor() { } } exports.CustomEvent = CustomEvent; CustomEvent.discriminator = undefined; CustomEvent.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "external_id", "baseName": "external_id", "type": "string", "format": "" }, { "name": "onesignal_id", "baseName": "onesignal_id", "type": "string", "format": "" }, { "name": "timestamp", "baseName": "timestamp", "type": "string", "format": "date-time" }, { "name": "payload", "baseName": "payload", "type": "{ [key: string]: any; }", "format": "" } ]; //# sourceMappingURL=CustomEvent.js.map