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