You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2322 Type 'typeof MyClassName' is not assignable to type 'Includeable'. Type 'typeof MyClassName' is not assignable to type 'typeof Model'. Types of property 'init' are incompatible. Type '(attributes: ModelAttributes<Model<any, any>>, options: InitOptions<Model<any, any>>) => void' is not assignable to type '<M extends Model<any, any> = Model<any, any>>(this: ModelCtor<M>, attributes: ModelAttributes<M>, options: InitOptions<M>) => Model<...>'.
Expected behavior:
sequelize-typescript must be compatible with sequelize 6.0.0-beta.6 or higher
The text was updated successfully, but these errors were encountered:
Versions
I'm submitting a ...
[ ] bug report
[x] feature request
Actual behavior:
2322 Type 'typeof MyClassName' is not assignable to type 'Includeable'. Type 'typeof MyClassName' is not assignable to type 'typeof Model'. Types of property 'init' are incompatible. Type '(attributes: ModelAttributes<Model<any, any>>, options: InitOptions<Model<any, any>>) => void' is not assignable to type '<M extends Model<any, any> = Model<any, any>>(this: ModelCtor<M>, attributes: ModelAttributes<M>, options: InitOptions<M>) => Model<...>'.
Expected behavior:
sequelize-typescript must be compatible with sequelize 6.0.0-beta.6 or higher
The text was updated successfully, but these errors were encountered: