export interface IEventMessage { eventType: string; parentCode: string; itemCode: string; attributes: any; }