GitHub

MagentoCartUserInputError

Type

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

interface MagentoCartUserInputError {
  message: string
  code: MagentoCartUserInputErrorType
}