import { ShopifyPageMetafieldArgs } from '@daffodil/driver/shopify'
Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.
interface ShopifyPageMetafieldArgs {
key: string
namespace: string
}