etquia
Version:
Dummy package for the grpc-node repository
23 lines (19 loc) • 456 B
text/typescript
// Original file: proto/grpc/testing/messages.proto
/**
* Client-streaming response.
*/
export interface StreamingInputCallResponse {
/**
* Aggregated size of payloads received from the client.
*/
'aggregated_payload_size'?: (number);
}
/**
* Client-streaming response.
*/
export interface StreamingInputCallResponse__Output {
/**
* Aggregated size of payloads received from the client.
*/
'aggregated_payload_size': (number);
}