GitHub

DaffCountryListFailure

import { DaffCountryListFailure } from '@daffodil/geography/state'

class DaffCountryListFailure implements Action {
  readonly type: DaffGeographyActionTypes.CountryListFailureAction = DaffGeographyActionTypes.CountryListFailureAction
  payload: DaffStateError
}