We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4d3139 + 2f649e5 commit 42a1530Copy full SHA for 42a1530
packages/grpc-native-core/index.d.ts
@@ -66,7 +66,7 @@ declare module "grpc" {
66
* - Anything else becomes the relevant reflection object that ProtoBuf.js would create
67
*/
68
export interface GrpcObject {
69
- [name: string]: GrpcObject | typeof Client | Message;
+ [name: string]: GrpcObject | typeof Client | Message<any>;
70
}
71
72
/**
0 commit comments