Packages

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

Current section

Files

Jump to
pify include admin@types_CartItem.hrl
Raw

include/admin@types_CartItem.hrl

-record(cart_item, {
id :: gleam@option:option(binary()),
quantity :: integer(),
cost :: admin@types:cost(),
merchandise :: admin@types:merchandise()
}).