// Original file: deps/gapic-showcase/schema/google/showcase/v1beta1/echo.proto


/**
 * The response for Block method.
 */
export interface BlockResponse {
  /**
   * This content can contain anything, the server will not depend on a value
   * here.
   */
  'content'?: (string);
}

/**
 * The response for Block method.
 */
export interface BlockResponse__Output {
  /**
   * This content can contain anything, the server will not depend on a value
   * here.
   */
  'content': (string);
}
