import { UniqueID } from "../entities"; export interface IDomainEvent { occurredOn: Date; getAggregateId(): UniqueID; }