sequelize
sequelize copied to clipboard
fix comparator type in where function
Types are not matching with Sequelize's documentation where function.
public static where(attr: Object, comparator: String | Op, logic: String | Object): *