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.

13 lines (12 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicationContent = void 0; class PublicationContent { id; type; content; createdAt; updatedAt; publication; } exports.PublicationContent = PublicationContent;