import { DaffTestingGeographyService } from '@daffodil/geography/driver/testing'
@Injectable()
class DaffTestingGeographyService implements DaffGeographyServiceInterface<DaffCountry> {
get(countryId: string): any
list(): any
}
anyRetrieve precise information about a specific country.
| Parameter | countryId: string |
|---|---|
| Description |
anyRetrieves the list of countries available to the given store.