GitHub

DaffCountryLoadSuccess

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

Properties

Name Type Description
type DaffGeographyActionTypes.CountryLoadSuccessAction
payload T