GitHub

MagentoUpdateAddressWithEmailResponse

import { MagentoUpdateAddressWithEmailResponse } from '@daffodil/cart/driver/magento'

interface MagentoUpdateAddressWithEmailResponse {
  setBillingAddressOnCart: { __typename?: string; cart: { __typename?: string; id: string; }; }
  setShippingAddressesOnCart: { __typename?: string; cart: { __typename?: string; id: string; }; }
  setGuestEmailOnCart: MagentoGetCartResponse
}