Actions.ts "payload" problem

Is it update problem or am i overlook something?

image

1 Like

This is related to the ngrx package and not Ionic, look around here for answers:

etc… It appears you could just do

interface MyAction extends Action {
	payload?: any
}

and use that, but I don’t know anything about this package so :stuck_out_tongue:

1 Like

what version of everything are you using?