import { DaffGeographyServiceInterface } from '@daffodil/geography/driver'
interface DaffGeographyServiceInterface<T extends DaffCountry = DaffCountry> {
list(): any
get(id: T["id"]): any
}
anyRetrieves the list of countries available to the given store.
anyRetrieve precise information about a specific country.
| Parameter | id: T["id"] |
|---|---|
| Description |