mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-25 14:27:06 +00:00
24 lines
664 B
TypeScript
Generated
24 lines
664 B
TypeScript
Generated
// Original file: proto/grpc/testing/messages.proto
|
|
|
|
import type { Payload as _grpc_testing_Payload, Payload__Output as _grpc_testing_Payload__Output } from '../../grpc/testing/Payload';
|
|
|
|
/**
|
|
* Server-streaming response, as configured by the request and parameters.
|
|
*/
|
|
export interface StreamingOutputCallResponse {
|
|
/**
|
|
* Payload to increase response size.
|
|
*/
|
|
'payload'?: (_grpc_testing_Payload | null);
|
|
}
|
|
|
|
/**
|
|
* Server-streaming response, as configured by the request and parameters.
|
|
*/
|
|
export interface StreamingOutputCallResponse__Output {
|
|
/**
|
|
* Payload to increase response size.
|
|
*/
|
|
'payload': (_grpc_testing_Payload__Output | null);
|
|
}
|