UNPKG

boldsign

Version:

NodeJS client for boldsign

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