types/sequelize

findByPk is missing in types/sequelize

Closed this issue · 1 comments

gugu commented

Recently sequelize deprecated findById and suggests to use findByPk.

But types/sequelize does not support findByPk, is it possible to add it?

Added