GitHub

ShopifyCompanyMetafieldArgs

interface

import { ShopifyCompanyMetafieldArgs } from '@daffodil/driver/shopify'

Represents information about a company which is also a customer of the shop.

interface ShopifyCompanyMetafieldArgs {
  key: string
  namespace: string
}