lib/lexdee/models/websocket.ex

defmodule Lexdee.Websocket do
  defstruct [:command, :environment, :fds, :interactive, :return]
end