Missing Promise functions on BatchTransaction #1899
Labels
api: spanner
Issues related to the googleapis/nodejs-spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/spanner
version: 6.12.0Steps to reproduce
samples/batch.js
tsc
error:The problem appears to be that your use of
promisifyAll
doesn't cause the appropriate method types to be included in the.d.ts
file.The text was updated successfully, but these errors were encountered: