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.

5 lines (3 loc) 155 B
export { ContentType } from "./content-type"; export { Department, Municipality } from "./geo"; export { PaginatedBody, Pagination } from "./pagination";