mirror of https://github.com/grpc/grpc-node.git
Rename generic parameter to 'RequestType' in ServerReadableStream for consistency
This commit is contained in:
parent
3692053a4e
commit
a0abff8b8e
|
@ -331,7 +331,7 @@ declare module "grpc" {
|
|||
* A stream that the server can read from. Used for calls that are streaming
|
||||
* from the client side.
|
||||
*/
|
||||
export class ServerReadableStream<T> extends Readable {
|
||||
export class ServerReadableStream<RequestType> extends Readable {
|
||||
/**
|
||||
* Indicates if the call has been cancelled
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue