Packages

Star feeds is a gleam package for json feed generator

Current section

Files

Jump to
starfeeds include starfeeds_JsonAttachment.hrl
Raw

include/starfeeds_JsonAttachment.hrl

-record(json_attachment, {
url :: binary(),
mime_type :: binary(),
title :: binary(),
size_in_bytes :: gleam@option:option(integer()),
duration_in_seconds :: gleam@option:option(integer())
}).