Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify include admin@products_Image.hrl
Raw

include/admin@products_Image.hrl

-record(image, {
url :: binary(),
id :: binary(),
alt_text :: gleam@option:option(binary()),
width :: gleam@option:option(integer()),
height :: gleam@option:option(integer()),
thumbhash :: gleam@option:option(binary())
}).