// 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);
}
