export type Message = {
    type: string;
    data: any;
    error: Error;
};
