I do not have the reputation to upvote or comment but @Samiul Karim's answer seems to be the "correct" method going forward without downgrading express/types
Initial
return res.status(200);
Fixed
res.status(200);
return;
Reasons:
Blacklisted phrase (0.5): upvote
RegEx Blacklisted phrase (1.5): I do not have the reputation