GitHub

MagentoCartUserInputError

interface

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

interface MagentoCartUserInputError {
  message: string
  code: MagentoCartUserInputErrorType
}