plug_indie/lib/post.ex

10 lines
118 B
Elixir
Raw Normal View History

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