Skip to content

Commit 42a1530

Browse files
authored
Merge pull request #177 from murgatroid99/ts_message_type_fix
Fix usage of Protobuf.js Message type in TS file
2 parents f4d3139 + 2f649e5 commit 42a1530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-native-core/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ declare module "grpc" {
6666
* - Anything else becomes the relevant reflection object that ProtoBuf.js would create
6767
*/
6868
export interface GrpcObject {
69-
[name: string]: GrpcObject | typeof Client | Message;
69+
[name: string]: GrpcObject | typeof Client | Message<any>;
7070
}
7171

7272
/**

0 commit comments

Comments
 (0)