export interface Message extends MessageEvent { data: { error?: string; id: string; origin: string; response?: string; subscription?: string; }; }