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.

10 lines (9 loc) 257 B
export { PublicationCategory } from "./category"; export { PublicationClap } from "./clap"; export { PublicationComment } from "./comment"; export { PublicationContent, PublicationType, VenturePublication, PublicationCreate, } from "./publication";