Skip to content

Commit

Permalink
Make Protobuf.js Message type non-generic
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Jun 12, 2018
1 parent 3a72b9f commit abb05f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit abb05f0

Please sign in to comment.