Packages

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

Current section

Files

Jump to
pify include admin@products_Seo.hrl
Raw

include/admin@products_Seo.hrl

-record(seo, {
description :: gleam@option:option(binary()),
title :: gleam@option:option(binary())
}).