mirror of https://github.com/grpc/grpc-node.git
Fix index.d.ts error: Type 'Message' is not generic.
This commit is contained in:
parent
e48ac4ee4e
commit
98864a343b
|
@ -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<any>;
|
||||
[name: string]: GrpcObject | typeof Client | Message;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue