sequelize icon indicating copy to clipboard operation
sequelize copied to clipboard

Fix missing comparator type in Where class

Open kaioduarte opened this issue 6 years ago • 0 comments

The types are not matching the type described in Sequelize's documentation.

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

kaioduarte avatar Jan 04 '20 19:01 kaioduarte