GitHub

MagentoGetCountriesResponse

import { MagentoGetCountriesResponse } from '@daffodil/geography/driver/magento'
interface MagentoGetCountriesResponse {
  countries: MagentoCountry[]
}

Properties

Name Type Description
countries MagentoCountry[]