UNPKG

echadospalante-domain

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) 281 B
export { VentureStats } from "./stats"; export { VentureCategory, VentureCategoryStats } from "./category"; export { VentureSubscription } from "./subscription"; export { Venture, VentureCreate, VentureUpdate } from "./venture"; export { VentureCategoryCreate } from "./category";