UNPKG

@onesignal/node-onesignal

Version:
33 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BasicNotificationAllOfAndroidBackgroundLayout = void 0; class BasicNotificationAllOfAndroidBackgroundLayout { static getAttributeTypeMap() { return BasicNotificationAllOfAndroidBackgroundLayout.attributeTypeMap; } constructor() { } } exports.BasicNotificationAllOfAndroidBackgroundLayout = BasicNotificationAllOfAndroidBackgroundLayout; BasicNotificationAllOfAndroidBackgroundLayout.discriminator = undefined; BasicNotificationAllOfAndroidBackgroundLayout.attributeTypeMap = [ { "name": "image", "baseName": "image", "type": "string", "format": "" }, { "name": "headings_color", "baseName": "headings_color", "type": "string", "format": "" }, { "name": "contents_color", "baseName": "contents_color", "type": "string", "format": "" } ]; //# sourceMappingURL=BasicNotificationAllOfAndroidBackgroundLayout.js.map