export interface ICustomEvent { messageId?: string; customEvent?: string; customEventName: string; customEventValue: unknown; }