GitHub

MagentoGetCountriesResponse

import { MagentoGetCountriesResponse } from '@daffodil/geography/driver/magento'

interface MagentoGetCountriesResponse {
  countries: MagentoCountry[]
}