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