Files
DefinitelyTyped/types/sequelize
cooljeffro 475e3810b6 [@types/sequelize] Fix for findOrBuild, findOrCreate 'where' attributes (#34037)
When using findOrBuild or findOrCreate, the 'where' option does not have any typing information for attributes available on the Model.

Other find methods provide typing for 'where' (findOne, findAll).
2019-03-29 19:53:06 -07:00
..