export type TextMessage = { text: string }; export type ProxyMessage = { sender: string };