interface IMessage { type: string; invocationUid?: string; [payload: string]: any; } export default IMessage;