mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix usage of Protobuf.js Message type in TS file
This commit is contained in:
parent
f4d3139242
commit
2f649e5d05
2
packages/grpc-native-core/index.d.ts
vendored
2
packages/grpc-native-core/index.d.ts
vendored
@ -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…
x
Reference in New Issue
Block a user