Description
In order to migrate to Prettier v3, we need to fix some of our flow types because Prettier doesn't parse Flow types by default anymore. It requires the presence of the @flow annotation, which we have on most files but not all of them. This issue is about fixing src/amo/reducers/utils.js and the fallout...
Acceptance Criteria
see above
┆Issue is synchronized with this Jira Task