GitHub

DaffGeographyFeatureState

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

Properties

Name Type Description
geography DaffGeographyReducerState
countries DaffCountryEntityState<T>