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.
1 parent 3a72b9f commit abb05f0Copy full SHA for abb05f0
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<any>;
+ [name: string]: GrpcObject | typeof Client | Message;
70
}
71
72
/**
0 commit comments