UNPKG

echadospalante-core

Version:

This package contains the core of the echadospalante project, it contains the domain entities, helpers, and other utilities that are shared between the different services.

5 lines (4 loc) 214 B
export { EventCreate, EventUpdate, VentureEvent } from "./event"; export { EventCategory } from "./event-category"; export { EventContact } from "./event-contact"; export { EventLocation } from "./event-location";