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
Type 'typeof ProductsProperties' is not assignable to type'typeof Model'.
Construct signature return types 'ProductsProperties' and 'Model<TModelAttributes, TCreationAttributes>' are incompatible.
The types of '_attributes' are incompatible between these types.
Type 'ProductsProperties' is not assignable to type'TModelAttributes'.
Versions
sequelize: ^6.1.1
sequelize-typescript: 2.0.0-beta.0
typescript: ^3.9.3
I'm submitting a ...
[x] bug report
[ ] feature request
Actual behavior:
Model class:
Error getting in below code where the model is having red line:
The text was updated successfully, but these errors were encountered: