Export types #411
Labels
api: logging
Issues related to the googleapis/nodejs-logging-bunyan API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
/src/core.d.ts helpfully has Typescript types for things like BunyanLog and HTTPRequest. Unfortunately, even though they're imported into index.d.ts, they're not exported, which means we can't use them for strong typing in userland.
Would you consider exporting types so we don't have to redefine them?
The text was updated successfully, but these errors were encountered: