@onesignal/node-onesignal
Version:
OpenAPI client for @onesignal/node-onesignal
21 lines • 570 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationAllOf = void 0;
class NotificationAllOf {
static getAttributeTypeMap() {
return NotificationAllOf.attributeTypeMap;
}
constructor() {
}
}
exports.NotificationAllOf = NotificationAllOf;
NotificationAllOf.discriminator = undefined;
NotificationAllOf.attributeTypeMap = [
{
"name": "send_after",
"baseName": "send_after",
"type": "string",
"format": "date-time"
}
];
//# sourceMappingURL=NotificationAllOf.js.map