export interface WebSocketMessage { url: string; command: string; argument: string; }