Clarifai / clarifai-nodejs-grpc

Clarifai gRPC NodeJS client
https://docs.clarifai.com
Other
46 stars 6 forks source link

Importing non existing types from deprecated repo #26

Closed lukasbm closed 3 years ago

lukasbm commented 3 years ago

in this line you import the types from grpc. But grpc is the deprecated version with not type declarations.

fix: import * as grpc from "@grpc/grpc-js";

aleksander-clarifai commented 3 years ago

Hello @lukasbm,

Thank you for your suggestion. Fix will be applied in the next version.

Best Regards, Aleksander