mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-18 14:18:13 +00:00
24 lines
651 B
TypeScript
Generated
24 lines
651 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);
|
|
}
|
|
|
|
/**
|
|
* Server-streaming response, as configured by the request and parameters.
|
|
*/
|
|
export interface StreamingOutputCallResponse__Output {
|
|
/**
|
|
* Payload to increase response size.
|
|
*/
|
|
'payload'?: (_grpc_testing_Payload__Output);
|
|
}
|