sequelize icon indicating copy to clipboard operation
sequelize copied to clipboard

fix comparator type in where function

Open kaioduarte opened this issue 6 years ago • 0 comments

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

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

kaioduarte avatar Jan 04 '20 19:01 kaioduarte