UNPKG

boldsign

Version:

NodeJS client for boldsign

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