UNPKG

boldsign

Version:

NodeJS client for boldsign

23 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentTags = void 0; class DocumentTags { static getAttributeTypeMap() { return DocumentTags.attributeTypeMap; } } exports.DocumentTags = DocumentTags; DocumentTags.discriminator = undefined; DocumentTags.attributeTypeMap = [ { "name": "documentId", "baseName": "documentId", "type": "string" }, { "name": "tags", "baseName": "tags", "type": "Array<string>" } ]; //# sourceMappingURL=documentTags.js.map