UNPKG

@goboomtown/entities-nest

Version:

entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO

20 lines (19 loc) 779 B
export * from './customer-dto'; export * from './customer-contact-dto'; export * from './customer-location-dto'; export * from './cases-dto'; export * from './cases-inline-dto'; export * from './custom-form-data-dto'; export * from './custom-form-datalist-dto'; export * from './upload-file-dto'; export * from './customer-location-metadata-dto'; export * from './customer-product-summary-dto'; export * from './cases-metadata-dto'; export * from './cases-inline0-dto'; export * from './case-log-create-dto'; export * from './interaction-event-body-dto'; export * from './interaction-event-category.dto'; export * from './interaction-event-refs-dto'; export * from './interaction-event-type-dto'; export * from './case-log-interaction-event-dto'; export * from './case-log-dto';