plug_indie/lib/post.ex
2024-11-29 10:42:27 +01:00

3 lines
70 B
Elixir

defmodule PlugIndie.Post do
defstruct [:type, :title, :content]
end