Adding this library to a typescript project causes compilations error: TS2304: Cannot find name 'Long'
#604
Labels
api: logging
Issues related to the googleapis/nodejs-logging API.
needs more info
This issue needs more information from the customer to proceed.
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.
TypeScript
Steps to reproduce:
"@google-cloud/logging": "5.4.1"
import * as googleLogging from '@google-cloud/logging';
WORKAROUND
I did what I describe here to work around this issue, but this should not be required or at least should be documented.
Environment
The text was updated successfully, but these errors were encountered: