types/sequelize

Model.associations should be an object hash of Association objects

Closed this issue · 0 comments

lib/model.d.ts: static associations: any; should be static associations: Association; so we can reference associations directly from the model (useful for passing into IncludeOptions).
PR incoming.