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.

8 lines (7 loc) 117 B
export enum ContentType { TEXT = "TEXT", IMAGE = "IMAGE", VIDEO = "VIDEO", LINK = "LINK", FILE = "FILE", }