7 lines
205 B
TypeScript
7 lines
205 B
TypeScript
import DocumentHistory_ from "../Notary/DocumentHistory";
|
|
declare namespace DocumentHistory {
|
|
class IDocumentHistory extends DocumentHistory_.IDocumentHistory {
|
|
}
|
|
}
|
|
export default DocumentHistory;
|