c8osdkjscore
Version:
convertigo's sdk js core
11 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var FullSyncGetDocumentParameter = (function () {
function FullSyncGetDocumentParameter(name) {
this.name = name;
}
FullSyncGetDocumentParameter.DOCID = new FullSyncGetDocumentParameter("docid");
return FullSyncGetDocumentParameter;
}());
exports.FullSyncGetDocumentParameter = FullSyncGetDocumentParameter;
//# sourceMappingURL=fullSyncGetDocumentParameter.js.map