UNPKG

@tomei/customer-base

Version:

Tomei Customer Base Package

20 lines (18 loc) 769 B
import { CustomerBaseModel } from './customer-base.entity'; import { CustomerIndividualModel } from './customer-individual.entity'; import { CustomerBusinessModel } from './customer-business.entity'; import { BusinessContactModel } from './business-contact.entity'; import { ObjectAddressModel } from './object-address.entity'; import { CustomerRegisteredSystemModel } from './customer-registered-system.entity'; import { CustomerSyncLogModel } from './customer-sync-log.entity'; import { CustomerSyncPolicyModel } from './customer-sync-policy.entity'; export { CustomerBaseModel, CustomerIndividualModel, CustomerBusinessModel, BusinessContactModel, ObjectAddressModel, CustomerRegisteredSystemModel, CustomerSyncLogModel, CustomerSyncPolicyModel, };