lecoffre-ressources/dist/Admin/DeedHasDocumentType.js

14 lines
625 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const DeedHasDocumentType_1 = __importDefault(require("../Notary/DeedHasDocumentType"));
var DeedHasDocumentType;
(function (DeedHasDocumentType) {
class IDeedHasDocumentType extends DeedHasDocumentType_1.default.IDeedHasDocumentType {
}
DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType;
})(DeedHasDocumentType || (DeedHasDocumentType = {}));
exports.default = DeedHasDocumentType;