UNPKG

boldsign

Version:

NodeJS client for boldsign

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