Packages

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

Current section

Files

Jump to
pify include storefront@products_ProductOption.hrl
Raw

include/storefront@products_ProductOption.hrl

-record(product_option, {
id :: binary(),
name :: binary(),
values :: list(binary())
}).