Packages

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

Current section

Files

Jump to
pify include storefront@cart_CartProduct.hrl
Raw

include/storefront@cart_CartProduct.hrl

-record(cart_product, {
id :: binary(),
handle :: binary(),
title :: binary(),
featured_image :: storefront@utils:image()
}).