types / sequelize

The typings for https://github.com/sequelize/sequelize
63 stars 37 forks source link

fix comparator type in where function #187

Closed kaioduarte closed 3 weeks ago

kaioduarte commented 4 years ago

Types are not matching with Sequelize's documentation where function.

public static where(attr: Object, comparator: String | Op, logic: String | Object): *