UNPKG

boldsign

Version:

NodeJS client for boldsign

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