mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #983 from esilkensen/grpc-native-core-typo
Fix typo in makeServerStreamRequest return type (grpc-native-core)
This commit is contained in:
commit
d2d66064e7
2
packages/grpc-native-core/index.d.ts
vendored
2
packages/grpc-native-core/index.d.ts
vendored
@ -1131,7 +1131,7 @@ declare module "grpc" {
|
||||
argument: RequestType,
|
||||
metadata?: Metadata | null,
|
||||
options?: CallOptions | null,
|
||||
): ClientReadableStream<RequestType>;
|
||||
): ClientReadableStream<ResponseType>;
|
||||
|
||||
/**
|
||||
* Make a bidirectional stream request with this method on the given channel.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user