- [x] I tried using the `@types/mongodb` package and had problems. - [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript - [ ] I have a question that is inappropriate for [StackOverflow](https://stackoverflow.com/). (Please ask any appropriate questions there). - [x] [Mention](https://github.com/blog/821-mention-somebody-they-re-notified) the authors (see `Definitions by:` in `index.d.ts`) so they can respond. - Authors: @CaselIT @alanmarcell @dante-101 @mcortesi @EnricoPicci @AJCStriker @julien-c @daprahamian @denys-bushulyak @sindbach @geraldinelemeur @various89 @angela-1 @lirbank @hector7 @floric @erikc5000 @Manc @jloveridge @ranguna @HosseinAgha @albertossilva @peterblazejewicz @LinusU @taxilian @xamgore @avaly Hi, it seems like the `abort` method under `GridFSBucketWriteStream` does not have a definition. https://mongodb.github.io/node-mongodb-native/3.6/api/GridFSBucketWriteStream.html#abort ```typescript const uploadStream = bucket.openUploadStreamWithId(...); uploadStream.abort(); ``` ``` Property 'abort' does not exist on type 'GridFSBucketWriteStream' ```