Current section

Files

Jump to
inlay include inlay@embed_MastodonConfig.hrl
Raw

include/inlay@embed_MastodonConfig.hrl

-record(mastodon_config, {
servers :: list(binary()),
width :: gleam@option:option(integer()),
height :: gleam@option:option(integer())
}).