UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomerIbChainEntity = exports.CustomerEntity = void 0; var customer_entity_1 = require("./customer.entity"); Object.defineProperty(exports, "CustomerEntity", { enumerable: true, get: function () { return customer_entity_1.CustomerEntity; } }); var customer_ib_chain_entity_1 = require("./customer-ib-chain.entity"); Object.defineProperty(exports, "CustomerIbChainEntity", { enumerable: true, get: function () { return customer_ib_chain_entity_1.CustomerIbChainEntity; } });