UNPKG

boldsign

Version:

NodeJS client for boldsign

33 lines 801 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateTag = void 0; class TemplateTag { static getAttributeTypeMap() { return TemplateTag.attributeTypeMap; } } exports.TemplateTag = TemplateTag; TemplateTag.discriminator = undefined; TemplateTag.attributeTypeMap = [ { "name": "templateId", "baseName": "templateId", "type": "string" }, { "name": "documentLabels", "baseName": "documentLabels", "type": "Array<string>" }, { "name": "templateLabels", "baseName": "templateLabels", "type": "Array<string>" }, { "name": "onBehalfOf", "baseName": "onBehalfOf", "type": "string" } ]; //# sourceMappingURL=templateTag.js.map