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.

6 lines (5 loc) 261 B
export { VentureCategory } from "./category"; export { VentureDetail } from "./detail"; export { VentureSubscription } from "./subscription"; export { Venture, VentureCreate, VentureUpdate } from "./venture"; export { VentureCategoryCreate } from "./category";