UNPKG

cannoli-interfaces

Version:
8 lines (7 loc) 600 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrivacySettingEntity = exports.CustomerCannoliEntity = void 0; var customer_cannoli_entity_1 = require("./customer-cannoli.entity"); Object.defineProperty(exports, "CustomerCannoliEntity", { enumerable: true, get: function () { return customer_cannoli_entity_1.CustomerCannoliEntity; } }); var customer_privacy_entity_1 = require("./customer-privacy.entity"); Object.defineProperty(exports, "PrivacySettingEntity", { enumerable: true, get: function () { return customer_privacy_entity_1.PrivacySettingEntity; } });