Improve TS #2026
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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<Precondition, 'exists'>
https://github.com/googleapis/nodejs-firestore/blob/319adc3ff6fdcd0ab61766d4eb8301fc8ac5431b/types/firestore.d.ts#L1469C22-L1469C34
The text was updated successfully, but these errors were encountered: