UNPKG

boldsign

Version:

NodeJS client for boldsign

28 lines 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateGroupContact = void 0; class UpdateGroupContact { static getAttributeTypeMap() { return UpdateGroupContact.attributeTypeMap; } } exports.UpdateGroupContact = UpdateGroupContact; UpdateGroupContact.discriminator = undefined; UpdateGroupContact.attributeTypeMap = [ { "name": "groupName", "baseName": "groupName", "type": "string" }, { "name": "directories", "baseName": "directories", "type": "Array<string>" }, { "name": "contacts", "baseName": "contacts", "type": "Array<GroupUser>" } ]; //# sourceMappingURL=updateGroupContact.js.map