import { CheckoutShippingLineUpdatePayload } from '@daffodil/driver/shopify'
Return type for checkoutShippingLineUpdate
mutation.
type CheckoutShippingLineUpdatePayload = {
__typename?: 'CheckoutShippingLineUpdatePayload';
checkout?: Maybe<Checkout>;
checkoutUserErrors: Array<CheckoutUserError>;
userErrors: Array<UserError>;
}