import { DaffInMemoryGeographyService } from '@daffodil/geography/driver/in-memory'
@Injectable()
class DaffInMemoryGeographyService extends DaffInMemoryDriverBase 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.