UNPKG

eventstorming

Version:
4 lines (3 loc) 93 B
export interface IObserver { ReceiveNotification<T>(event: string, obj: object): void; }