import { DaffCountryLoadFailure } from '@daffodil/geography/state'
class DaffCountryLoadFailure implements Action {
readonly type: DaffGeographyActionTypes.CountryLoadFailureAction = DaffGeographyActionTypes.CountryLoadFailureAction
payload: DaffStateError
}