Skip to content

Commit abb05f0

Browse files
committed
Make Protobuf.js Message type non-generic
1 parent 3a72b9f commit abb05f0

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<any>;
69+
[name: string]: GrpcObject | typeof Client | Message;
7070
}
7171

7272
/**

0 commit comments

Comments
 (0)