Add first step of creating an Article
This commit is contained in:
4
lib/outlook/internal_tree/internal_node.ex
Normal file
4
lib/outlook/internal_tree/internal_node.ex
Normal file
@ -0,0 +1,4 @@
|
||||
defmodule Outlook.InternalTree.InternalNode do
|
||||
@derive Jason.Encoder
|
||||
defstruct name: "", attributes: %{}, type: :atom, uuid: "", content: [], sibling_with: nil
|
||||
end
|
||||
Reference in New Issue
Block a user