import { DaffCountryEntityState } from '@daffodil/geography/state'
Interface for country entity state.
type DaffCountryEntityState<T extends DaffCountry = DaffCountry> = EntityState<T>