Files
phoenix-ausblick/lib/outlook/internal_tree/internal_node.ex
2023-01-11 19:01:28 +01:00

5 lines
156 B
Elixir

defmodule Outlook.InternalTree.InternalNode do
@derive Jason.Encoder
defstruct name: "", attributes: %{}, type: :atom, nid: "", content: [], eph: %{}
end