UNPKG

scheunemann-interfaces

Version:
14 lines (13 loc) 342 B
import { EEventMessage } from '../enums'; export interface IEventMessage { createdAt: Date; containerId: string | null; companyId: string | null; customerId: string | null; partnerId: string | null; description: string | null; event: EEventMessage; id: string; recipients: string[]; updatedAt: Date; }