project-inra / inra-server

A set of modules for Node.js servers suitable for any kind of applications. Provides a higher level of abstraction, syntactic sugar and a lot of utility modules.
https://github.com/project-inra/inra-server/wiki
MIT License
8 stars 1 forks source link

Custom models are incompatible with Sequelize's Model type #10

Open Bartozzz opened 6 years ago

Bartozzz commented 6 years ago

Models type defined here in incompatible with classes which extends Sequelize.Model.