Skip to content
New issue

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

How to get populateTs to import #70

Open
BrennenRocks opened this issue Feb 10, 2021 · 1 comment
Open

How to get populateTs to import #70

BrennenRocks opened this issue Feb 10, 2021 · 1 comment

Comments

@BrennenRocks
Copy link

I have a model in it's own file which has a ref to another model in a different file. Then in my controller I import 'ts-mongoose/plugin'; and attempt to use it after a find() operation await Account.find().populateTs('user'); but populateTs has an error "Property 'populateTs' does not exist on type 'Query<any[], any>'. Did you mean 'populate'?"

How is this meant to be implemented?

@ChrisCoder9000
Copy link

Did you manage to make it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants