GitHub

DaffCountryList

import { DaffCountryList } from '@daffodil/geography/state'
class DaffCountryList implements Action {
  readonly type: DaffGeographyActionTypes.CountryListAction
}

Properties

Name Type Description
type DaffGeographyActionTypes.CountryListAction