GitHub

MagentoGetCountryResponse

import { MagentoGetCountryResponse } from '@daffodil/geography/driver/magento'
interface MagentoGetCountryResponse {
  country: MagentoCountry
}

Properties

Name Type Description
country MagentoCountry