GitHub

DaffGeographyActionTypes

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

enum DaffGeographyActionTypes {
  CountryLoadAction = DaffGeographyActionTypes.CountryLoadAction,
  CountryLoadSuccessAction = DaffGeographyActionTypes.CountryLoadSuccessAction,
  CountryLoadFailureAction = DaffGeographyActionTypes.CountryLoadFailureAction,
  CountryListAction = DaffGeographyActionTypes.CountryListAction,
  CountryListSuccessAction = DaffGeographyActionTypes.CountryListSuccessAction,
  CountryListFailureAction = DaffGeographyActionTypes.CountryListFailureAction,
}