GitHub

DaffCountryListSuccess

import { DaffCountryListSuccess } from '@daffodil/geography/state'
class DaffCountryListSuccess<<T extends DaffCountry>>  implements Action {
  readonly type: DaffGeographyActionTypes.CountryListSuccessAction
  payload: T[]
}

Properties

Name Type Description
type DaffGeographyActionTypes.CountryListSuccessAction
payload T[]