GitHub

MagentoCartUserInputError

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

interface MagentoCartUserInputError {
  message: string
  code: MagentoCartUserInputErrorType
}