Current section

Files

Jump to
inlay include inlay@embed_PixelfedConfig.hrl
Raw

include/inlay@embed_PixelfedConfig.hrl

-record(pixelfed_config, {
servers :: list(binary()),
layout :: inlay@embed:pixelfed_layout(),
width :: gleam@option:option(integer()),
height :: gleam@option:option(integer())
}).