Packages

Star feeds is a gleam package for json feed generator

Current section

Files

Jump to
starfeeds include starfeeds_Image.hrl
Raw

include/starfeeds_Image.hrl

-record(image, {
url :: binary(),
title :: binary(),
link :: binary(),
description :: gleam@option:option(binary()),
width :: gleam@option:option(integer()),
height :: gleam@option:option(integer())
}).