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.

7 lines (6 loc) 141 B
export interface VentureStats { publicationsCount: number; eventsCount: number; commentsCount: number; clapsCount: number; }