The latest release of gRPC has been giving me some TypeScript errors which I think are caused by a conflict between the @types/protobufjs and protobufjs packages. Upon closer inspection, the @types/protobufjs package is deprecated, which leads me to believe the correct solution here is to probably just use the types shipped with protobufjs.