GitHub

DaffCountryLoad

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

class DaffCountryLoad<<T extends DaffCountry>>  implements Action {
  readonly type: DaffGeographyActionTypes.CountryLoadAction = DaffGeographyActionTypes.CountryLoadAction
  payload: T["id"]
}