11 lines
416 B
JavaScript
11 lines
416 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DocumentHistory = void 0;
|
|
const __1 = require("../..");
|
|
var DocumentHistory;
|
|
(function (DocumentHistory) {
|
|
class IDocumentHistory extends __1.DocumentHistoryClient.IDocumentHistory {
|
|
}
|
|
DocumentHistory.IDocumentHistory = IDocumentHistory;
|
|
})(DocumentHistory = exports.DocumentHistory || (exports.DocumentHistory = {}));
|