DaffGeographyActions
import { DaffGeographyActions } from '@daffodil/geography/state'
type DaffGeographyActions<T extends DaffCountry> = DaffCountryLoad<T> | DaffCountryLoadSuccess<T> | DaffCountryLoadFailure | DaffCountryList | DaffCountryListSuccess<T> | DaffCountryListFailure
Type | Options |
---|---|
DaffGeographyActions | DaffCountryLoad |