UNPKG

boldsign

Version:

NodeJS client for boldsign

23 lines 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateGroupContactResponse = void 0; class CreateGroupContactResponse { static getAttributeTypeMap() { return CreateGroupContactResponse.attributeTypeMap; } } exports.CreateGroupContactResponse = CreateGroupContactResponse; CreateGroupContactResponse.discriminator = undefined; CreateGroupContactResponse.attributeTypeMap = [ { "name": "groupId", "baseName": "groupId", "type": "string" }, { "name": "groupName", "baseName": "groupName", "type": "string" } ]; //# sourceMappingURL=createGroupContactResponse.js.map