GitHub

MagentoCustomerAddressAttributeInput

import { MagentoCustomerAddressAttributeInput } from '@daffodil/customer/driver/magento'

interface MagentoCustomerAddressAttributeInput {
  attribute_code: string
  value: string
}