Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 1x 1x 1x 1x 1x 1x 1x 1x | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entities = void 0;
const parcel_1 = require("./models/parcel");
const parcel_line_item_1 = require("./models/parcel-line-item");
const line_item_1 = require("./models/line-item");
const order_1 = require("./models/order");
const customer_1 = require("./models/customer");
exports.entities = [
parcel_1.parcelEntity,
parcel_line_item_1.parcelLineItemEntity,
line_item_1.lineItemEntity,
order_1.orderEntity,
customer_1.customerEntity
];
|