UNPKG

boldsign

Version:

NodeJS client for boldsign

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