Eslint reports some "jsdoc/require-param-type" warnings, quite easy to fix.
Actually, it would fix a silly annoyance for me: there is an issue between the reports eslint-plugin-jsdoc and my editor (Neovim + coc.nvim + coc-eslint). My editor reports lots of errors and it is quite unusable on files having these warnings.
With the hope it can also be a little helpful for the project.