import { DaffGeographyFeatureState } from '@daffodil/geography/state'
interface DaffGeographyFeatureState<T extends DaffCountry = DaffCountry> { geography: DaffGeographyReducerState countries: DaffCountryEntityState<T> }