googleapis / googleapis/google-cloud-node
Improve TS
Open
api: firestore
library: nodejs-firestore
type: feature request
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
To avoid people like me from spending a long time trying to understand why this fails, this line could be changed from
```precondition?: Precondition```
to
```precondition?: Omit```
https://github.com/googleapis/nodejs-firestore/blob/319adc3ff6fdcd0ab61766d4eb8301fc8ac5431b/types/firestore.d.ts#L1469C22-L1469C34
Contributor guide
Assessment
This issue has not been assessed yet.