GitHub

DaffGeographyActionTypes

import { DaffGeographyActionTypes } from '@daffodil/geography/state'
enum DaffGeographyActionTypes {
  CountryLoadAction = '[@daffodil/geography] Country Load Action',
  CountryLoadSuccessAction = '[@daffodil/geography] Country Load Success Action',
  CountryLoadFailureAction = '[@daffodil/geography] Country Load Failure Action',
  CountryListAction = '[@daffodil/geography] Country List Action',
  CountryListSuccessAction = '[@daffodil/geography] Country List Success Action',
  CountryListFailureAction = '[@daffodil/geography] Country List Failure Action',
}