googleapis / nodejs-logging-bunyan

Node.js client integration between Stackdriver Logging and Bunyan.
https://cloud.google.com/logging/
Apache License 2.0
63 stars 34 forks source link

chore: replace ReturnType with type import #663

Closed wvanderdeijl closed 1 year ago

wvanderdeijl commented 2 years ago

This doesn't really fix an issue but I happened to notice the awkward use of ReturnType where a simple type import does the same.