Packages

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

Current section

Files

Jump to
pify include storefront@products_ShopifyCollection.hrl
Raw

include/storefront@products_ShopifyCollection.hrl

-record(shopify_collection, {
handle :: binary(),
title :: binary(),
description :: binary(),
seo :: storefront@utils:seo(),
updated_at :: binary()
}).