docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

docs(techniques): updated configuration to create mongoose documents

Open Tony133 opened this issue 3 years ago • 0 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md

PR Type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [x] Docs
  • [ ] Other... Please describe:

What is the current behavior?

Issue Number: #2433

What is the new behavior?

Updated configuration to create mongoose documents

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

Reference link for guide mongoose: https://mongoosejs.com/docs/typescript.html#using-extends-document

Tony133 avatar Sep 15 '22 16:09 Tony133