mirror of https://github.com/grpc/grpc-node.git
Fix usage of Protobuf.js Message type in TS file
This commit is contained in:
parent
f4d3139242
commit
2f649e5d05
|
@ -66,7 +66,7 @@ declare module "grpc" {
|
|||
* - Anything else becomes the relevant reflection object that ProtoBuf.js would create
|
||||
*/
|
||||
export interface GrpcObject {
|
||||
[name: string]: GrpcObject | typeof Client | Message;
|
||||
[name: string]: GrpcObject | typeof Client | Message<any>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue