mfm-parser/lib/node/mfm/twitch.ex

4 lines
96 B
Elixir
Raw Normal View History

defmodule MfmParser.Node.MFM.Twitch do
defstruct props: %{ speed: "0.5s" }, children: []
end