Packages

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

Current section

Files

Jump to
pify include storefront@cart_CartItem.hrl
Raw

include/storefront@cart_CartItem.hrl

-record(cart_item, {
id :: gleam@option:option(binary()),
quantity :: integer(),
cost :: storefront@utils:cost(),
merchandise :: storefront@cart:merchandise()
}).