We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versions
I'm submitting a ...
[x] bug report [ ] feature request
Actual behavior:
Using the relations does not seem to work with that version, getting the error on all relations
node_modules/sequelize-typescript/dist/model/shared/model-class-getter.d.ts:2:40 2 export declare type ModelClassGetter = (returns?: void) => typeof Model; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Expected behavior:
The same code is perfectly working on the version 1~ and sequelize 5~
Steps to reproduce:
You can try with the https://github.com/RobinBuschmann/sequelize-typescript-example with configuring both versions
Related code:
insert short code snippets here
The text was updated successfully, but these errors were encountered:
already reported #813
Sorry, something went wrong.
Duplicate of #813.
No branches or pull requests
Versions
I'm submitting a ...
[x] bug report
[ ] feature request
Actual behavior:
Using the relations does not seem to work with that version, getting the error on all relations
node_modules/sequelize-typescript/dist/model/shared/model-class-getter.d.ts:2:40
2 export declare type ModelClassGetter = (returns?: void) => typeof Model;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expected behavior:
The same code is perfectly working on the version 1~ and sequelize 5~
Steps to reproduce:
You can try with the https://github.com/RobinBuschmann/sequelize-typescript-example with configuring both versions
Related code:
The text was updated successfully, but these errors were encountered: