import { ShopifyProductVariantMetafieldsArgs } from '@daffodil/driver/shopify'
A product variant represents a different version of a product, such as differing sizes or differing colors.
interface ShopifyProductVariantMetafieldsArgs {
identifiers: ShopifyHasMetafieldsIdentifier[]
}