plug_indie/lib/post.ex

4 lines
70 B
Elixir
Raw Normal View History

2024-11-29 09:42:27 +00:00
defmodule PlugIndie.Post do
defstruct [:type, :title, :content]
end