UNPKG

boldsign

Version:

NodeJS client for boldsign

33 lines 739 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileInfo = void 0; class FileInfo { static getAttributeTypeMap() { return FileInfo.attributeTypeMap; } } exports.FileInfo = FileInfo; FileInfo.discriminator = undefined; FileInfo.attributeTypeMap = [ { "name": "fileName", "baseName": "fileName", "type": "string" }, { "name": "fileSize", "baseName": "fileSize", "type": "number" }, { "name": "contentType", "baseName": "contentType", "type": "string" }, { "name": "extension", "baseName": "extension", "type": "string" } ]; //# sourceMappingURL=fileInfo.js.map