boldsign
Version:
NodeJS client for boldsign
33 lines • 820 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttachmentInfo = void 0;
class AttachmentInfo {
static getAttributeTypeMap() {
return AttachmentInfo.attributeTypeMap;
}
}
exports.AttachmentInfo = AttachmentInfo;
AttachmentInfo.discriminator = undefined;
AttachmentInfo.attributeTypeMap = [
{
"name": "title",
"baseName": "title",
"type": "string"
},
{
"name": "allowedFileTypes",
"baseName": "allowedFileTypes",
"type": "string"
},
{
"name": "description",
"baseName": "description",
"type": "string"
},
{
"name": "acceptedFileTypes",
"baseName": "acceptedFileTypes",
"type": "Array<string>"
}
];
//# sourceMappingURL=attachmentInfo.js.map