import { CompanyMetafieldsArgs } from '@daffodil/driver/shopify'
Represents information about a company which is also a customer of the shop.
type CompanyMetafieldsArgs = { identifiers: Array<HasMetafieldsIdentifier>; }