UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InstallationEntity = exports.InstallationAppEntity = void 0; var installation_app_entity_1 = require("./installation-app.entity"); Object.defineProperty(exports, "InstallationAppEntity", { enumerable: true, get: function () { return installation_app_entity_1.InstallationAppEntity; } }); var installation_entity_1 = require("./installation.entity"); Object.defineProperty(exports, "InstallationEntity", { enumerable: true, get: function () { return installation_entity_1.InstallationEntity; } });