Files
phoenix-ausblick/lib/outlook/internal_tree/internal_node.ex
2022-12-27 23:23:16 +01:00

5 lines
166 B
Elixir

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