import { CartSelectedDeliveryOptionInput } from '@daffodil/driver/shopify'
The input fields for updating the selected delivery options for a delivery group.
type CartSelectedDeliveryOptionInput = {
deliveryGroupId: Scalars['ID']['input'];
deliveryOptionHandle: Scalars['String']['input'];
}