sequelize
sequelize copied to clipboard
Fix missing comparator type in Where class
The types are not matching the type described in Sequelize's documentation.
public static where(attr: Object, comparator: String | *Op*, logic: String | Object): *