GitHub

DaffCountryListFailure

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

Properties

Name Type Description
type DaffGeographyActionTypes.CountryListFailureAction
payload DaffStateError