GitHub

DaffCountryListSuccess

import { DaffCountryListSuccess } from '@daffodil/geography/state'

class DaffCountryListSuccess<<T extends DaffCountry>>  implements Action {
  readonly type: DaffGeographyActionTypes.CountryListSuccessAction = DaffGeographyActionTypes.CountryListSuccessAction
  payload: T[]
}