boldsign
Version:
NodeJS client for boldsign
23 lines • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TemplateCC = void 0;
class TemplateCC {
static getAttributeTypeMap() {
return TemplateCC.attributeTypeMap;
}
}
exports.TemplateCC = TemplateCC;
TemplateCC.discriminator = undefined;
TemplateCC.attributeTypeMap = [
{
"name": "emailAddress",
"baseName": "emailAddress",
"type": "string"
},
{
"name": "userId",
"baseName": "userId",
"type": "string"
}
];
//# sourceMappingURL=templateCC.js.map