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.

8 lines (7 loc) 191 B
import { VentureEventData } from "./venture-event.data"; export declare class EventContactData { id: string; phoneNumber?: string; email?: string; event?: VentureEventData; }