Packages

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

Current section

Files

Jump to
pify include storefront@utils_PriceRange.hrl
Raw

include/storefront@utils_PriceRange.hrl

-record(price_range, {
max_variant_price :: storefront@utils:money(),
min_variant_price :: storefront@utils:money()
}).