Solutionunvalidated
Align the state interface with the real thunk payload types (use `Goal[]` instead of `[]`) and explicitly type/cast the thunk `fulfilled` payload and the reducer `action` (including casting `action.error` to `string`).
64e04275-84e0-4aeb-87da-13a393ac31da
Align the state interface with the real thunk payload types (use Goal[] instead of []) and explicitly type/cast the thunk fulfilled payload and the reducer action (including casting action.error to string).