Packages

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

Current section

Files

Jump to
pify include admin@types_PriceRange.hrl
Raw

include/admin@types_PriceRange.hrl

-record(price_range, {
max_variant_price :: admin@types:money(),
min_variant_price :: admin@types:money()
}).