DaffCountryLoad
import { DaffCountryLoad } from '@daffodil/geography/state'
class DaffCountryLoad<<T extends DaffCountry>> implements Action {
readonly type: DaffGeographyActionTypes.CountryLoadAction
payload: T['id']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffGeographyActionTypes.CountryLoadAction | |
payload | T['id'] |