UNPKG

@onesignal/node-onesignal

Version:

OpenAPI client for @onesignal/node-onesignal

22 lines 660 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PropertiesBody = void 0; var PropertiesBody = (function () { function PropertiesBody() { } PropertiesBody.getAttributeTypeMap = function () { return PropertiesBody.attributeTypeMap; }; PropertiesBody.discriminator = undefined; PropertiesBody.attributeTypeMap = [ { "name": "properties", "baseName": "properties", "type": "PropertiesObject", "format": "" } ]; return PropertiesBody; }()); exports.PropertiesBody = PropertiesBody; //# sourceMappingURL=PropertiesBody.js.map