import { CartInputMetafieldInput } from '@daffodil/driver/shopify'
The input fields for a cart metafield value to set.
type CartInputMetafieldInput = {
key: Scalars['String']['input'];
type: Scalars['String']['input'];
value: Scalars['String']['input'];
}