GitHub

DaffCountryLoadFailure

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

Properties

Name Type Description
type DaffGeographyActionTypes.CountryLoadFailureAction
payload DaffStateError